mark upcoming version as 1.0.0

fixes #22
This commit is contained in:
Klas Lindfors
2015-06-23 14:36:11 +02:00
parent 6b4b3001c4
commit 7146451463
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
yubico-piv-tool NEWS -- History of user-visible changes. -*- outline -*- yubico-piv-tool NEWS -- History of user-visible changes. -*- outline -*-
* Version 0.1.7 (unreleased) * Version 1.0.0 (unreleased)
* Version 0.1.6 (released 2015-03-23) * Version 0.1.6 (released 2015-03-23)
+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.7]) AC_INIT([yubico-piv-tool], [1.0.0])
AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_MACRO_DIR([m4])