Changeset 1598
- Timestamp:
- Mar 30, 2012, 11:25:45 AM (11 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
r1593 r1598 8 8 </description> 9 9 10 <version>2.4-beta 3</version>10 <version>2.4-beta4</version> 11 11 <min-base-version>3.0.0</min-base-version> 12 12 -
extensions/net.sf.basedb.reggie/trunk/build.xml
r1593 r1598 10 10 <!-- variables used --> 11 11 <property name="name" value="reggie" /> 12 <property name="version" value="2.4-beta 3" />12 <property name="version" value="2.4-beta4" /> 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
r1597 r1598 39 39 The current version of this package. 40 40 */ 41 public static final String VERSION = "2.4-beta 3";41 public static final String VERSION = "2.4-beta4"; 42 42 43 43 /**
Note: See TracChangeset
for help on using the changeset viewer.