Changeset 5979
- Timestamp:
- Jun 24, 2020, 8:51:41 AM (3 years ago)
- Location:
- extensions/net.sf.basedb.relax/trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/net.sf.basedb.relax/trunk/META-INF/extensions.xml
r5974 r5979 6 6 A package for importing and handling releases from Reggie. 7 7 </description> 8 <version>1. 6</version>8 <version>1.7-dev</version> 9 9 <min-base-version>3.15.0</min-base-version> 10 10 <copyright>BASE development team</copyright> -
extensions/net.sf.basedb.relax/trunk/build.xml
r5974 r5979 10 10 <!-- variables used --> 11 11 <property name="name" value="relax" /> 12 <property name="version" value="1. 6" />12 <property name="version" value="1.7-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.relax/trunk/resources/relax.js
r5974 r5979 4 4 var relax = {}; 5 5 6 relax.VERSION = '1. 6';6 relax.VERSION = '1.7-dev'; 7 7 8 8 -
extensions/net.sf.basedb.relax/trunk/src/net/sf/basedb/relax/Relax.java
r5974 r5979 44 44 The current version of this package. 45 45 */ 46 public static final String VERSION = "1. 6";46 public static final String VERSION = "1.7-dev"; 47 47 48 48 /**
Note: See TracChangeset
for help on using the changeset viewer.