Changeset 809


Ignore:
Timestamp:
Oct 22, 2008, 12:44:33 PM (15 years ago)
Author:
Nicklas Nordborg
Message:

Updated release doc so we don't forget version information in Illumina.java.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/base2/net.sf.basedb.illumina/trunk/RELEASE

    r634 r809  
    1111    sure.
    1212
    13  2. Update the version number in build.xml.
     13 2. Update version numbers.
    1414   
    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";
    1617
    1718 3. Make sure that the code compiles and can be packaged.
     
    4950    any remaining tickets to the newly create milestone.
    5051
    51 11. Update the version number in build.xml.
     5211. Update the version numbers.
    5253 
    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";
    5556    Commit the change to subversion:
    5657     
Note: See TracChangeset for help on using the changeset viewer.