Changeset 2491
- Timestamp:
- Jun 5, 2014, 1:55:54 PM (9 years ago)
- Location:
- extensions/net.sf.basedb.labenv/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/net.sf.basedb.labenv/trunk/build.xml
r2360 r2491 10 10 <!-- variables used --> 11 11 <property name="name" value="labenv" /> 12 <property name="version" value="1.1 -dev" />12 <property name="version" value="1.1" /> 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.labenv/trunk/src/net/sf/basedb/labenv/LabEnv.java
r2303 r2491 40 40 The current version of this package. 41 41 */ 42 public static final String VERSION = "1. 0";42 public static final String VERSION = "1.1"; 43 43 44 44
Note: See TracChangeset
for help on using the changeset viewer.