Changeset 5572
- Timestamp:
- Aug 15, 2019, 8:21:31 AM (4 years ago)
- Location:
- extensions/net.sf.basedb.labenv/trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/net.sf.basedb.labenv/trunk/META-INF/extensions.xml
r5570 r5572 32 32 It is a package for storing and checking lab environment data. 33 33 </description> 34 <version>1. 7</version>34 <version>1.8-dev</version> 35 35 <min-base-version>3.15.0</min-base-version> 36 36 <copyright>BASE development team</copyright> -
extensions/net.sf.basedb.labenv/trunk/build.xml
r5570 r5572 10 10 <!-- variables used --> 11 11 <property name="name" value="labenv" /> 12 <property name="version" value="1. 7" />12 <property name="version" value="1.8-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/resources/labenv.js
r5570 r5572 5 5 var internal = {}; 6 6 7 labenv.VERSION = '1. 7';7 labenv.VERSION = '1.8-dev'; 8 8 9 9 /** -
extensions/net.sf.basedb.labenv/trunk/src/net/sf/basedb/labenv/LabEnv.java
r5570 r5572 40 40 The current version of this package. 41 41 */ 42 public static final String VERSION = "1. 7";42 public static final String VERSION = "1.8-dev"; 43 43 44 44
Note: See TracChangeset
for help on using the changeset viewer.