Changeset 1223 for plugins/base2
- Timestamp:
- Apr 20, 2010, 8:20:01 AM (13 years ago)
- Location:
- plugins/base2/net.sf.basedb.illumina/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/base2/net.sf.basedb.illumina/trunk/build.xml
r1221 r1223 14 14 <!-- variables used --> 15 15 <property name="name" value="illumina-plugins" /> 16 <property name="version" value="1. 5" />16 <property name="version" value="1.6pre" /> 17 17 <property name="src" location="src" description="Location of source files" /> 18 18 <property name="build" location="build" description="Location of compiled files" /> -
plugins/base2/net.sf.basedb.illumina/trunk/src/net/sf/basedb/illumina/Illumina.java
r1221 r1223 34 34 The current version of this plug-in package. 35 35 */ 36 public static final String VERSION = "1. 5";36 public static final String VERSION = "1.6pre"; 37 37 38 38 /**
Note: See TracChangeset
for help on using the changeset viewer.