Changeset 1313
- Timestamp:
- Mar 7, 2011, 9:16:33 AM (12 years ago)
- Location:
- extensions/net.sf.basedb.reggie/trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/net.sf.basedb.reggie/trunk/META-INF/extensions.xml
r1302 r1313 7 7 and samples. 8 8 </description> 9 <version>1.0 -rc1</version>9 <version>1.0</version> 10 10 <copyright>BASE development team</copyright> 11 11 <email>basedb-users@lists.sourceforge.net</email> -
extensions/net.sf.basedb.reggie/trunk/RELEASE
r1282 r1313 15 15 In build.xml: 16 16 <property name="version" value="A.B" /> 17 <property name="minbaseversion" value="X.Y" />18 17 19 18 Run `ant update-version`. This should put the version -
extensions/net.sf.basedb.reggie/trunk/build.xml
r1302 r1313 10 10 <!-- variables used --> 11 11 <property name="name" value="reggie" /> 12 <property name="version" value="1.0 -rc1" />12 <property name="version" value="1.0" /> 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
r1307 r1313 28 28 The current version of this package. 29 29 */ 30 public static final String VERSION = "1.0 -rc1";30 public static final String VERSION = "1.0"; 31 31 32 32 /**
Note: See TracChangeset
for help on using the changeset viewer.