Changeset 3457


Ignore:
Timestamp:
09/02/10 17:31:25 (17 months ago)
Author:
rwagner
Message:

removed testing from version indication

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molgenis/3.3/src/org/molgenis/Version.java

    r2347 r3457  
    3030 
    3131        /** The maintenance part of the version, which is changed for bug-fixes */ 
    32         public static final int MAINTENANCE = 2; 
     32        public static final int MAINTENANCE = 3; 
    3333         
    3434        /** Flag to indicate that this is a testing release*/ 
    35         public static final boolean TESTING = true; 
     35        public static final boolean TESTING = false; 
    3636 
    3737 
Note: See TracChangeset for help on using the changeset viewer.