Changeset 2477 for extensions/net.sf.basedb.mev/trunk
- Timestamp:
- Jun 4, 2014, 11:38:27 AM (9 years ago)
- Location:
- extensions/net.sf.basedb.mev/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/net.sf.basedb.mev/trunk/META-INF/extensions.xml
r2475 r2477 8 8 it import data from the current bioassay set. 9 9 </description> 10 <version>1.1 1</version>10 <version>1.12-dev</version> 11 11 <copyright>BASE development team</copyright> 12 12 <email>basedb-users@lists.sourceforge.net</email> -
extensions/net.sf.basedb.mev/trunk/build.xml
r2475 r2477 10 10 <!-- variables used --> 11 11 <property name="name" value="mev-launcher" /> 12 <property name="version" value="1.1 1" />12 <property name="version" value="1.12-dev" /> 13 13 <property name="src" location="src" description="Location of source files" /> 14 14 <property name="build" location="build" description="Location of compiled files" /> -
extensions/net.sf.basedb.mev/trunk/src/server/net/sf/basedb/mev/Mev.java
r2475 r2477 36 36 The current version of this plug-in package. 37 37 */ 38 public static final String VERSION = "1.1 1";38 public static final String VERSION = "1.12-dev"; 39 39 40 40 /**
Note: See TracChangeset
for help on using the changeset viewer.