Changeset 1487 for extensions/net.sf.basedb.reggie/branches/2.0-stable
- Timestamp:
- Nov 30, 2011, 8:26:15 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
r1485 r1487 8 8 </description> 9 9 10 <version>2.0. 1</version>10 <version>2.0.2-dev</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
r1485 r1487 10 10 <!-- variables used --> 11 11 <property name="name" value="reggie" /> 12 <property name="version" value="2.0. 1" />12 <property name="version" value="2.0.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.reggie/branches/2.0-stable/src/net/sf/basedb/reggie/Reggie.java
r1485 r1487 33 33 The current version of this package. 34 34 */ 35 public static final String VERSION = "2.0. 1";35 public static final String VERSION = "2.0.2-dev"; 36 36 37 37 /**
Note: See TracChangeset
for help on using the changeset viewer.