Develop and Download Open Source Software

Browse CVS Repository

Annotation of /samurai-graph/samurai-graph/HowToRelease.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.4 - (hide annotations) (download)
Thu Sep 16 15:13:30 2004 UTC (19 years, 6 months ago) by orrisroot
Branch: MAIN
CVS Tags: RELEASE_0_1_2
Changes since 1.3: +22 -4 lines
File MIME type: text/plain
update version numbers.

1 orrisroot 1.4 Memorandum of How To Release.
2 orrisroot 1.1
3     1. update version number.
4 orrisroot 1.4
5 orrisroot 1.1 - build.xml
6     <property name="version" value="0.1.2"/>
7 orrisroot 1.4
8 orrisroot 1.1 - installer/win32/samurai-graph-win32-inst.nsi
9     !define SG_VER_MAJOR "0"
10     !define SG_VER_MINOR "1"
11     !define SG_VER_MICRO "2"
12 orrisroot 1.4
13 orrisroot 1.1 - installer/mac/build.sh
14     VERSION=0.1.2
15 orrisroot 1.4
16 orrisroot 1.1 - installer/mac/resources/bundler/Info.plist
17     <key>CFBundleVersion</key>
18     <string>0.1.2</string>
19     <key>CFBundleShortVersionString</key>
20     <string>0.1</string>
21     <key>CFBundleGetInfoString</key>
22 orrisroot 1.2 <string>Samurai Graph 0.1.2, Copyright (c) 2004 RIKEN (The Institute of Physical and Chemical Research)</string>
23 orrisroot 1.4
24     - installer/mac/resources/bundler/version.plist
25     <key>BuildVersion</key>
26     <string>1</string>
27     <key>CFBundleShortVersionString</key>
28     <string>0.1</string>
29     <key>CFBundleVersion</key>
30     <string>0.1.2</string>
31     <key>SourceVersion</key>
32     <string>RELEASE_0_1_2</string>
33    
34 kuromaru 1.3 - src/jp/riken/brain/ni/samuraigraph/base/SGDefaultValues.java
35     public static final String VERSION_NUMBER = "0.1.2";
36 orrisroot 1.1
37 orrisroot 1.4 2. commit version updated sources.
38     % cvs commit
39    
40     3. add tag to CVS repository.
41 orrisroot 1.1 % cvs tag RELEASE_0_1_2
42    
43 orrisroot 1.4 4. rebuild binaries.
44 orrisroot 1.1 % ./build.sh rebuild
45    
46 orrisroot 1.4 5. create os specific installer
47 orrisroot 1.1 Windows:
48 kuromaru 1.3 run NSIS 2.0 compiler.
49 orrisroot 1.1 - installer/win32/samurai-graph-wiwn32-inst.nsi
50     MacOS X:
51     create disk image distribution file
52     % cd installer/mac
53     % ./build.sh

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26