From 26650da31f465c6b62ccd84bc6f3009af5e5e3c4 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Fri, 18 Sep 2009 10:55:00 +0000 Subject: [PATCH] Increment version to 1.1 --- NEWS | 5 +++++ configure.ac | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index e6735ee..7b551aa 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,10 @@ Yubikey-personalize NEWS -- History of user-visible changes. -*- outline -*- +* Version 1.1 (unreleased) + +** Bugfix release. +Check of hex and modhex strings perfected. + * Version 1.0 (released 2009-09-18) ** Stable release! diff --git a/configure.ac b/configure.ac index 17bfab3..7599a18 100644 --- a/configure.ac +++ b/configure.ac @@ -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.0], +AC_INIT([yubikey-personalization], [1.1], [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, 5) +AC_SUBST(LT_REVISION, 6) AC_SUBST(LT_AGE, 0) AM_INIT_AUTOMAKE([-Wall -Werror]) -- 2.39.5