Changeset 6316
- Timestamp:
- Jun 11, 2021, 2:18:23 PM (2 years ago)
- Location:
- extensions/net.sf.basedb.xfiles/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/net.sf.basedb.xfiles/trunk/META-INF/extensions.xml
r6314 r6316 6 6 An extension package containing support for additional protocols to access external files. 7 7 </description> 8 <version>1.6 -dev</version>8 <version>1.6</version> 9 9 <min-base-version>3.18.0</min-base-version> 10 10 <copyright>BASE development team</copyright> -
extensions/net.sf.basedb.xfiles/trunk/build.xml
r6314 r6316 10 10 <!-- variables used --> 11 11 <property name="name" value="xfiles" /> 12 <property name="version" value="1.6 -dev" />12 <property name="version" value="1.6" /> 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
r5560 r6316 33 33 The current version of this package. 34 34 */ 35 public static final String VERSION = "1.6 -dev";35 public static final String VERSION = "1.6"; 36 36 37 37 /**
Note: See TracChangeset
for help on using the changeset viewer.