Changeset 1485
- Timestamp:
- Nov 30, 2011, 8:19:48 AM (12 years ago)
- Location:
- extensions/net.sf.basedb.reggie/branches/2.0-stable
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/net.sf.basedb.reggie/branches/2.0-stable/META-INF/extensions.xml
r1464 r1485 8 8 </description> 9 9 10 <version>2.0 </version>10 <version>2.0.1</version> 11 11 <min-base-version>3.0.0</min-base-version> 12 12 -
extensions/net.sf.basedb.reggie/branches/2.0-stable/build.xml
r1464 r1485 10 10 <!-- variables used --> 11 11 <property name="name" value="reggie" /> 12 <property name="version" value="2.0 " />12 <property name="version" value="2.0.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.reggie/branches/2.0-stable/src/net/sf/basedb/reggie/Reggie.java
r1464 r1485 33 33 The current version of this package. 34 34 */ 35 public static final String VERSION = "2.0 ";35 public static final String VERSION = "2.0.1"; 36 36 37 37 /**
Note: See TracChangeset
for help on using the changeset viewer.