From 349cb8b180dd1bcd50e23e57fad45b91c5ff1a96 Mon Sep 17 00:00:00 2001 From: Klas Lindfors Date: Thu, 14 Mar 2013 13:54:13 +0100 Subject: [PATCH] bump versions after release --- NEWS | 2 ++ configure.ac | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 90f58b5..2d99a23 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,7 @@ Yubikey-personalize NEWS -- History of user-visible changes. -*- outline -*- +* Version 1.12.1 (unreleased) + * Version 1.12.0 (released 2013-03-14) ** Recognize firmwares 2.4 and 3.1. diff --git a/configure.ac b/configure.ac index 5ac5e5a..aa4a994 100644 --- a/configure.ac +++ b/configure.ac @@ -26,7 +26,7 @@ # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -AC_INIT([yubikey-personalization], [1.12.0], +AC_INIT([yubikey-personalization], [1.12.1], [yubico-devel@googlegroups.com], [ykpers], [http://code.google.com/p/yubikey-personalization/]) AC_CONFIG_AUX_DIR([build-aux]) @@ -37,7 +37,7 @@ AC_CONFIG_MACRO_DIR([m4]) # Interfaces added: AGE++ # Interfaces removed: AGE=0 AC_SUBST(LT_CURRENT, 13) -AC_SUBST(LT_REVISION, 0) +AC_SUBST(LT_REVISION, 1) AC_SUBST(LT_AGE, 12) AM_INIT_AUTOMAKE([1.11.3 -Wall -Werror]) -- 2.39.5