Changeset 2527 for extensions/net.sf.basedb.xfiles/trunk
- Timestamp:
- Jun 26, 2014, 9:24:02 AM (9 years ago)
- Location:
- extensions/net.sf.basedb.xfiles/trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/net.sf.basedb.xfiles/trunk/META-INF/extensions.xml
r2525 r2527 6 6 An extension package containing support for additional protocols to access external files. 7 7 </description> 8 <version>1. 0</version>8 <version>1.1-dev</version> 9 9 <min-base-version>3.3.0</min-base-version> 10 10 <copyright>BASE development team</copyright> -
extensions/net.sf.basedb.xfiles/trunk/RELEASE
r2517 r2527 65 65 11. Update the version numbers. 66 66 67 In build.xml: <property name="version" value="A.(B+1) pre" />67 In build.xml: <property name="version" value="A.(B+1)-dev" /> 68 68 Run `ant update-version` and commit the changes to 69 69 subversion: -
extensions/net.sf.basedb.xfiles/trunk/build.xml
r2525 r2527 10 10 <!-- variables used --> 11 11 <property name="name" value="xfiles" /> 12 <property name="version" value="1. 0" />12 <property name="version" value="1.1-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.xfiles/trunk/src/net/sf/basedb/xfiles/XFiles.java
r2525 r2527 33 33 The current version of this package. 34 34 */ 35 public static final String VERSION = "1. 0";35 public static final String VERSION = "1.1-dev"; 36 36 37 37 /**
Note: See TracChangeset
for help on using the changeset viewer.