| 1 |
How To Release. |
Memorandum of How To Release. |
| 2 |
|
|
| 3 |
1. update version number. |
1. update version number. |
| 4 |
|
|
| 5 |
- build.xml |
- build.xml |
| 6 |
<property name="version" value="0.1.2"/> |
<property name="version" value="0.1.2"/> |
| 7 |
|
|
| 8 |
- installer/win32/samurai-graph-win32-inst.nsi |
- installer/win32/samurai-graph-win32-inst.nsi |
| 9 |
!define SG_VER_MAJOR "0" |
!define SG_VER_MAJOR "0" |
| 10 |
!define SG_VER_MINOR "1" |
!define SG_VER_MINOR "1" |
| 11 |
!define SG_VER_MICRO "2" |
!define SG_VER_MICRO "2" |
| 12 |
|
|
| 13 |
- installer/mac/build.sh |
- installer/mac/build.sh |
| 14 |
VERSION=0.1.2 |
VERSION=0.1.2 |
| 15 |
|
|
| 16 |
- installer/mac/resources/bundler/Info.plist |
- installer/mac/resources/bundler/Info.plist |
| 17 |
<key>CFBundleVersion</key> |
<key>CFBundleVersion</key> |
| 18 |
<string>0.1.2</string> |
<string>0.1.2</string> |
| 20 |
<string>0.1</string> |
<string>0.1</string> |
| 21 |
<key>CFBundleGetInfoString</key> |
<key>CFBundleGetInfoString</key> |
| 22 |
<string>Samurai Graph 0.1.2, Copyright (c) 2004 RIKEN (The Institute of Physical and Chemical Research)</string> |
<string>Samurai Graph 0.1.2, Copyright (c) 2004 RIKEN (The Institute of Physical and Chemical Research)</string> |
| 23 |
|
|
| 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 |
- src/jp/riken/brain/ni/samuraigraph/base/SGDefaultValues.java |
- src/jp/riken/brain/ni/samuraigraph/base/SGDefaultValues.java |
| 35 |
public static final String VERSION_NUMBER = "0.1.2"; |
public static final String VERSION_NUMBER = "0.1.2"; |
| 36 |
|
|
| 37 |
2. add tag to CVS repository. |
2. commit version updated sources. |
| 38 |
|
% cvs commit |
| 39 |
|
|
| 40 |
|
3. add tag to CVS repository. |
| 41 |
% cvs tag RELEASE_0_1_2 |
% cvs tag RELEASE_0_1_2 |
| 42 |
|
|
| 43 |
3. rebuild binaries. |
4. rebuild binaries. |
| 44 |
% ./build.sh rebuild |
% ./build.sh rebuild |
| 45 |
|
|
| 46 |
4. create os specific installer |
5. create os specific installer |
| 47 |
Windows: |
Windows: |
| 48 |
run NSIS 2.0 compiler. |
run NSIS 2.0 compiler. |
| 49 |
- installer/win32/samurai-graph-wiwn32-inst.nsi |
- installer/win32/samurai-graph-wiwn32-inst.nsi |