Changeset 2507
- Timestamp:
- Jun 16, 2014, 8:57:57 AM (9 years ago)
- Location:
- extensions/net.sf.basedb.reggie/branches/2.15-stable
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/net.sf.basedb.reggie/branches/2.15-stable/META-INF/extensions.xml
r2452 r2507 7 7 and samples. 8 8 </description> 9 <version>2.15. 2</version>9 <version>2.15.3</version> 10 10 <min-base-version>3.2.2</min-base-version> 11 11 <copyright>BASE development team</copyright> -
extensions/net.sf.basedb.reggie/branches/2.15-stable/build.xml
r2452 r2507 10 10 <!-- variables used --> 11 11 <property name="name" value="reggie" /> 12 <property name="version" value="2.15. 2" />12 <property name="version" value="2.15.3" /> 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.15-stable/src/net/sf/basedb/reggie/Reggie.java
r2452 r2507 28 28 The current version of this package. 29 29 */ 30 public static final String VERSION = "2.15. 2";30 public static final String VERSION = "2.15.3"; 31 31 32 32
Note: See TracChangeset
for help on using the changeset viewer.