Changeset 3457
- Timestamp:
- 09/02/10 17:31:25 (17 months ago)
- File:
-
- 1 edited
-
molgenis/3.3/src/org/molgenis/Version.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
molgenis/3.3/src/org/molgenis/Version.java
r2347 r3457 30 30 31 31 /** 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; 33 33 34 34 /** Flag to indicate that this is a testing release*/ 35 public static final boolean TESTING = true;35 public static final boolean TESTING = false; 36 36 37 37
Note: See TracChangeset
for help on using the changeset viewer.