Changeset 1267 for plugins/base2
- Timestamp:
- Nov 3, 2010, 9:59:13 AM (13 years ago)
- Location:
- plugins/base2/net.sf.basedb.illumina/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/base2/net.sf.basedb.illumina/trunk/META-INF/extensions.xml
r1265 r1267 27 27 <about> 28 28 <name>Illumina extensions</name> 29 <version>1. 6</version>29 <version>1.7pre</version> 30 30 <copyright>BASE 2 development team</copyright> 31 31 <email>basedb-users@lists.sourceforge.net</email> -
plugins/base2/net.sf.basedb.illumina/trunk/build.xml
r1265 r1267 14 14 <!-- variables used --> 15 15 <property name="name" value="illumina-plugins" /> 16 <property name="version" value="1. 6" />16 <property name="version" value="1.7pre" /> 17 17 <property name="minbaseversion" value="2.16" 18 18 description="Minimal BASE version required by the plug-ins" /> -
plugins/base2/net.sf.basedb.illumina/trunk/src/net/sf/basedb/illumina/Illumina.java
r1265 r1267 34 34 The current version of this plug-in package. 35 35 */ 36 public static final String VERSION = "1. 6";36 public static final String VERSION = "1.7pre"; 37 37 38 38 /**
Note: See TracChangeset
for help on using the changeset viewer.