bump versions

This commit is contained in:
Klas Lindfors
2015-06-23 14:39:58 +02:00
parent 3669e62bfb
commit 3b434817c6
2 changed files with 4 additions and 2 deletions
+2
View File
@@ -1,5 +1,7 @@
yubico-piv-tool NEWS -- History of user-visible changes. -*- outline -*- yubico-piv-tool NEWS -- History of user-visible changes. -*- outline -*-
* Version 1.0.1 (unreleased)
* Version 1.0.0 (released 2015-06-23) * Version 1.0.0 (released 2015-06-23)
** Add a test-decipher action. ** Add a test-decipher action.
+2 -2
View File
@@ -24,7 +24,7 @@
# non-source form of such a combination shall include the source code # non-source form of such a combination shall include the source code
# for the parts of OpenSSL used as well as that of the covered work. # for the parts of OpenSSL used as well as that of the covered work.
AC_INIT([yubico-piv-tool], [1.0.0]) AC_INIT([yubico-piv-tool], [1.0.1])
AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_MACRO_DIR([m4])
@@ -33,7 +33,7 @@ AC_CONFIG_MACRO_DIR([m4])
# Interfaces added: AGE++ # Interfaces added: AGE++
# Interfaces removed: AGE=0 # Interfaces removed: AGE=0
AC_SUBST([LT_CURRENT], 1) AC_SUBST([LT_CURRENT], 1)
AC_SUBST([LT_REVISION], 5) AC_SUBST([LT_REVISION], 6)
AC_SUBST([LT_AGE], 0) AC_SUBST([LT_AGE], 0)
AM_INIT_AUTOMAKE([-Wall -Werror foreign]) AM_INIT_AUTOMAKE([-Wall -Werror foreign])