Changeset 1221
- Timestamp:
- Apr 20, 2010, 8:11:27 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
r1189 r1221 14 14 <!-- variables used --> 15 15 <property name="name" value="illumina-plugins" /> 16 <property name="version" value="1.5 pre" />16 <property name="version" value="1.5" /> 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
r1174 r1221 34 34 The current version of this plug-in package. 35 35 */ 36 public static final String VERSION = "1.5 pre";36 public static final String VERSION = "1.5"; 37 37 38 38 /**
Note: See TracChangeset
for help on using the changeset viewer.