bump versions after release

This commit is contained in:
Klas Lindfors
2014-11-14 14:51:12 +01:00
parent c93a6ceb38
commit c49882f274
2 changed files with 3 additions and 1 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 0.1.3 (unreleased)
* Version 0.1.2 (released 2014-11-14) * Version 0.1.2 (released 2014-11-14)
** Fix an issue where shorter component of RSA keys where not packed correctly. ** Fix an issue where shorter component of RSA keys where not packed correctly.
+1 -1
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], [0.1.2]) AC_INIT([yubico-piv-tool], [0.1.3])
AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_MACRO_DIR([m4])