bump versions

This commit is contained in:
Klas Lindfors
2015-12-07 09:41:07 +01:00
parent 16be345e8b
commit 337931fae7
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.2.1 (unreleased)
* Version 1.2.0 (released 2015-12-07) * Version 1.2.0 (released 2015-12-07)
** On OSX use @loader_path instead of @executable_path for ykcs11. ** On OSX use @loader_path instead of @executable_path for ykcs11.
+2 -2
View File
@@ -26,7 +26,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
AC_INIT([yubico-piv-tool], [1.2.0]) AC_INIT([yubico-piv-tool], [1.2.1])
AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_MACRO_DIR([m4])
@@ -35,7 +35,7 @@ AC_CONFIG_MACRO_DIR([m4])
# Interfaces added: AGE++ # Interfaces added: AGE++
# Interfaces removed: AGE=0 # Interfaces removed: AGE=0
AC_SUBST([LT_CURRENT], 3) AC_SUBST([LT_CURRENT], 3)
AC_SUBST([LT_REVISION], 0) AC_SUBST([LT_REVISION], 1)
AC_SUBST([LT_AGE], 2) AC_SUBST([LT_AGE], 2)
AM_INIT_AUTOMAKE([-Wall -Werror foreign]) AM_INIT_AUTOMAKE([-Wall -Werror foreign])