From 86e6067df2a7da448792617ff52d20de59a2dd75 Mon Sep 17 00:00:00 2001 From: Klas Lindfors Date: Fri, 10 Jan 2014 12:52:06 +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 d053822..945dbe7 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,7 @@ Yubikey-personalize NEWS -- History of user-visible changes. -*- outline -*- +* Version 1.15.1 (unreleased) + * Version 1.15.0 (released 2014-01-10) ** add new Neo version 3.2 as supported. diff --git a/configure.ac b/configure.ac index 26c1efb..c03e4c3 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.15.0], +AC_INIT([yubikey-personalization], [1.15.1], [yubico-devel@googlegroups.com], [ykpers], [http://opensource.yubico.com/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, 16) -AC_SUBST(LT_REVISION, 0) +AC_SUBST(LT_REVISION, 1) AC_SUBST(LT_AGE, 15) AM_INIT_AUTOMAKE([1.11.3 -Wall -Werror]) -- 2.39.5