Changeset 809
- Timestamp:
- Oct 22, 2008, 12:44:33 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/base2/net.sf.basedb.illumina/trunk/RELEASE
r634 r809 11 11 sure. 12 12 13 2. Update the version number in build.xml.13 2. Update version numbers. 14 14 15 <property name="version" value="A.B" /> 15 In build.xml: <property name="version" value="A.B" /> 16 In Illumina.java: public ... String VERSION = "A.B"; 16 17 17 18 3. Make sure that the code compiles and can be packaged. … … 49 50 any remaining tickets to the newly create milestone. 50 51 51 11. Update the version number in build.xml.52 11. Update the version numbers. 52 53 53 <property name="version" value="A.B+1" />54 54 In build.xml: <property name="version" value="A.(B+1)pre" /> 55 In Illumina.java: public ... String VERSION = "A.(B+1)pre"; 55 56 Commit the change to subversion: 56 57
Note: See TracChangeset
for help on using the changeset viewer.