]> err.no Git - yubikey-personalization.old/commitdiff
Bump version.
authorSimon Josefsson <simon@josefsson.org>
Fri, 22 Jan 2010 13:59:58 +0000 (13:59 +0000)
committerSimon Josefsson <simon@josefsson.org>
Fri, 22 Jan 2010 13:59:58 +0000 (13:59 +0000)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 0f2f30ed520b97be1f9f0e40c641d180085c7e79..d04cc16c91647ddac50769076c1ebcf3764150fa 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,9 @@
 Yubikey-personalize NEWS -- History of user-visible changes.     -*- outline -*-
 
+* Version 1.2 (unreleased)
+
+** libykpers-1: Whitelist firmware version 2.1 too.
+
 * Version 1.1 (released 2009-10-03)
 
 ** hex and modhex bugfixes
index 7599a18417dac37981873021f8b88a8093e117c7..b20ae7047c728e64b0544d3757bb89471aeea778 100644 (file)
@@ -1,5 +1,5 @@
 # Written by Richard Levitte <richard@levitte.org>.
-# Copyright (c) 2008, 2009, Yubico AB
+# Copyright (c) 2008, 2009, 2010, Yubico AB
 # All rights reserved.
 # 
 # Redistribution and use in source and binary forms, with or without
@@ -26,7 +26,7 @@
 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
-AC_INIT([yubikey-personalization], [1.1],
+AC_INIT([yubikey-personalization], [1.2],
   [yubico-devel@googlegroups.com], [ykpers],
   [http://code.google.com/p/yubikey-personalization/])
 AC_CONFIG_AUX_DIR([build-aux])
@@ -37,7 +37,7 @@ AC_CONFIG_MACRO_DIR([m4])
 # Interfaces added:                             AGE++
 # Interfaces removed:                           AGE=0
 AC_SUBST(LT_CURRENT, 1)
-AC_SUBST(LT_REVISION, 6)
+AC_SUBST(LT_REVISION, 7)
 AC_SUBST(LT_AGE, 0)
 
 AM_INIT_AUTOMAKE([-Wall -Werror])