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])