Changeset 2530
- Timestamp:
- Jun 26, 2014, 9:31:08 AM (9 years ago)
- Location:
- extensions/net.sf.basedb.yubikey/trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/net.sf.basedb.yubikey/trunk/META-INF/extensions.xml
r2528 r2530 7 7 one-time-password when logging in to BASE. 8 8 </description> 9 <version>1. 1</version>9 <version>1.2-dev</version> 10 10 <min-base-version>3.3.0</min-base-version> 11 11 <copyright>BASE development team</copyright> -
extensions/net.sf.basedb.yubikey/trunk/RELEASE
r2249 r2530 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.yubikey/trunk/build.xml
r2528 r2530 10 10 <!-- variables used --> 11 11 <property name="name" value="yubikey" /> 12 <property name="version" value="1. 1" />12 <property name="version" value="1.2-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.yubikey/trunk/src/net/sf/basedb/yubikey/YubiKey.java
r2528 r2530 45 45 The current version of this package. 46 46 */ 47 public static final String VERSION = "1. 1";47 public static final String VERSION = "1.2-dev"; 48 48 49 49
Note: See TracChangeset
for help on using the changeset viewer.