From: Simon Josefsson Date: Fri, 22 Jan 2010 13:59:58 +0000 (+0000) Subject: Bump version. X-Git-Tag: yubikey-personalisation_1.3.5-1~4^2~43 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be555e582d44cf1fb07dbf5805556b2440324859;p=yubikey-personalization.old Bump version. --- diff --git a/NEWS b/NEWS index 0f2f30e..d04cc16 100644 --- 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 diff --git a/configure.ac b/configure.ac index 7599a18..b20ae70 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ # Written by Richard Levitte . -# 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])