Bump version.

This commit is contained in:
Alessio Di Mauro
2015-11-11 17:12:48 +01:00
parent 41b3b50613
commit 39aebf963d
2 changed files with 6 additions and 2 deletions
+5 -1
View File
@@ -1,6 +1,10 @@
yubico-piv-tool NEWS -- History of user-visible changes. -*- outline -*- yubico-piv-tool NEWS -- History of user-visible changes. -*- outline -*-
* Version 1.1.1 (unreleased) * Version 1.1.2 (unreleased)
* Version 1.1.1 (released 2015-11-11)
** Make sure SCardContext is properly acquired and released.
* Version 1.1.0 (released 2015-11-06) * Version 1.1.0 (released 2015-11-06)
+1 -1
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.1.1]) AC_INIT([yubico-piv-tool], [1.1.2])
AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_MACRO_DIR([m4])