Changeset 1153
- Timestamp:
- Aug 31, 2009, 12:54:25 PM (14 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
r1099 r1153 8 8 it import data from the current bioassay set. 9 9 </description> 10 <version>1. 3</version>10 <version>1.4</version> 11 11 <url>http://baseplugins.thep.lu.se/wiki/net.sf.basedb.mev</url> 12 12 </about> -
extensions/net.sf.basedb.mev/trunk/build.xml
r1101 r1153 10 10 <!-- variables used --> 11 11 <property name="name" value="mev-launcher" /> 12 <property name="version" value="1.4 pre" />12 <property name="version" value="1.4" /> 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/net/sf/basedb/mev/Mev.java
r1099 r1153 12 12 The current version of this plug-in package. 13 13 */ 14 public static final String VERSION = "1. 3";14 public static final String VERSION = "1.4"; 15 15 16 16 /**
Note: See TracChangeset
for help on using the changeset viewer.