From 2b7cbf2e0a73eae792ad23d315834169bec78be9 Mon Sep 17 00:00:00 2001 From: Alessio Di Mauro Date: Sat, 14 Nov 2015 10:23:38 +0100 Subject: [PATCH] Bump version. Signed-off-by: Alessio Di Mauro --- NEWS | 2 ++ configure.ac | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 979e09a..cb3ff65 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,7 @@ yubico-piv-tool NEWS -- History of user-visible changes. -*- outline -*- +* Version 1.1.3 (unreleased) + * Version 1.1.2 (released 2015-11-13) ** Properly handle DER encoding in ECDSA signatures. diff --git a/configure.ac b/configure.ac index 3741cf9..abe3d80 100644 --- a/configure.ac +++ b/configure.ac @@ -26,7 +26,7 @@ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -AC_INIT([yubico-piv-tool], [1.1.2]) +AC_INIT([yubico-piv-tool], [1.1.3]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4])