From a31d0dc1e19c45eb2706b54ab995cbd05c5b2d7d Mon Sep 17 00:00:00 2001 From: Klas Lindfors Date: Mon, 14 Jan 2013 09:32:17 +0100 Subject: [PATCH] bump versions --- NEWS | 2 ++ configure.ac | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 1f88d4b..543c9b3 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,7 @@ Yubikey-personalize NEWS -- History of user-visible changes. -*- outline -*- +* Version 1.11.4 (unreleased) + * Version 1.11.3 (released 2013-01-09) ** Fixup of broken release. diff --git a/configure.ac b/configure.ac index 041b7b6..f7b3bf0 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.11.3], +AC_INIT([yubikey-personalization], [1.11.4], [yubico-devel@googlegroups.com], [ykpers], [http://code.google.com/p/yubikey-personalization/]) AC_CONFIG_AUX_DIR([build-aux]) @@ -36,7 +36,7 @@ AC_CONFIG_MACRO_DIR([m4]) # Interfaces changed/added/removed: CURRENT++ REVISION=0 # Interfaces added: AGE++ # Interfaces removed: AGE=0 -AC_SUBST(LT_CURRENT, 12) +AC_SUBST(LT_CURRENT, 13) AC_SUBST(LT_REVISION, 3) AC_SUBST(LT_AGE, 11) -- 2.39.5