Changeset 2528
- Timestamp:
- Jun 26, 2014, 9:25:41 AM (9 years ago)
- Location:
- extensions/net.sf.basedb.yubikey/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/net.sf.basedb.yubikey/trunk/META-INF/extensions.xml
r2484 r2528 7 7 one-time-password when logging in to BASE. 8 8 </description> 9 <version>1.1 -dev</version>9 <version>1.1</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/build.xml
r2485 r2528 10 10 <!-- variables used --> 11 11 <property name="name" value="yubikey" /> 12 <property name="version" value="1.1 -dev" />12 <property name="version" value="1.1" /> 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
r2511 r2528 45 45 The current version of this package. 46 46 */ 47 public static final String VERSION = "1.1 -dev";47 public static final String VERSION = "1.1"; 48 48 49 49
Note: See TracChangeset
for help on using the changeset viewer.