Changeset 2544
- Timestamp:
- Jul 3, 2014, 3:34:15 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
r2491 r2544 10 10 <!-- variables used --> 11 11 <property name="name" value="labenv" /> 12 <property name="version" value="1. 1" />12 <property name="version" value="1.2-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.labenv/trunk/src/net/sf/basedb/labenv/LabEnv.java
r2491 r2544 40 40 The current version of this package. 41 41 */ 42 public static final String VERSION = "1. 1";42 public static final String VERSION = "1.2"; 43 43 44 44
Note: See TracChangeset
for help on using the changeset viewer.