Changeset 1233
- Timestamp:
- Aug 25, 2010, 8:35:30 PM (13 years ago)
- Location:
- plugins/base2/net.sf.basedb.illumina/branches/1.5-stable
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/base2/net.sf.basedb.illumina/branches/1.5-stable/build.xml
r1221 r1233 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.5.1" /> 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/branches/1.5-stable/src/net/sf/basedb/illumina/Illumina.java
r1221 r1233 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.5.1"; 37 37 38 38 /**
Note: See TracChangeset
for help on using the changeset viewer.