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.7 - (hide annotations) (download)
Wed Oct 27 07:06:06 2004 UTC (19 years, 5 months ago) by kuromaru
Branch: MAIN
CVS Tags: RELEASE_0_2_0
Changes since 1.6: +3 -1 lines
File MIME type: text/plain
Modified the lines to be edited.

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.5 - src/resources/About.html
35     Samurai Graph 0.1.2
36    
37 kuromaru 1.6 - src/jp/riken/brain/ni/samuraigraph/application/SGDrawingServer.java
38 kuromaru 1.7 public static final int MAJOR_VERSION_NUMBER = 0;
39     public static final int MINOR_VERSION_NUMBER = 1;
40     public static final int MICRO_VERSION_NUMBER = 2;
41 orrisroot 1.1
42 orrisroot 1.4 2. commit version updated sources.
43     % cvs commit
44    
45     3. add tag to CVS repository.
46 orrisroot 1.1 % cvs tag RELEASE_0_1_2
47    
48 orrisroot 1.4 4. rebuild binaries.
49 orrisroot 1.1 % ./build.sh rebuild
50    
51 orrisroot 1.4 5. create os specific installer
52 orrisroot 1.1 Windows:
53 kuromaru 1.3 run NSIS 2.0 compiler.
54 orrisroot 1.1 - installer/win32/samurai-graph-wiwn32-inst.nsi
55     MacOS X:
56     create disk image distribution file
57     % cd installer/mac
58     % ./build.sh

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