Changeset 1936
- Timestamp:
- Apr 17, 2013, 11:02:15 AM (10 years ago)
- Location:
- extensions/net.sf.basedb.reggie/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/net.sf.basedb.reggie/trunk/META-INF/extensions.xml
r1921 r1936 7 7 and samples. 8 8 </description> 9 <version>2.12-beta- 1</version>9 <version>2.12-beta-2</version> 10 10 <min-base-version>3.2.2</min-base-version> 11 11 <copyright>BASE development team</copyright> -
extensions/net.sf.basedb.reggie/trunk/build.xml
r1921 r1936 10 10 <!-- variables used --> 11 11 <property name="name" value="reggie" /> 12 <property name="version" value="2.12-beta- 1" />12 <property name="version" value="2.12-beta-2" /> 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.reggie/trunk/src/net/sf/basedb/reggie/Reggie.java
r1921 r1936 31 31 The current version of this package. 32 32 */ 33 public static final String VERSION = "2.12-beta- 1";33 public static final String VERSION = "2.12-beta-2"; 34 34 35 35
Note: See TracChangeset
for help on using the changeset viewer.