From 0adff5b473915b684b21841747d7ae98564fbaf9 Mon Sep 17 00:00:00 2001 From: Klas Lindfors Date: Thu, 7 Jun 2012 14:32:52 +0200 Subject: [PATCH] bump versions post-release --- NEWS | 2 ++ configure.ac | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 12da6ef..74f3493 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,7 @@ Yubikey-personalize NEWS -- History of user-visible changes. -*- outline -*- +* Version 1.7.1 (unreleased) + * Version 1.7.0 (released 2012-06-07) ** Add support for new features in YubiKey 2.3: diff --git a/configure.ac b/configure.ac index 5ccc3f9..a5ab47b 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.7.0], +AC_INIT([yubikey-personalization], [1.7.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, 8) -AC_SUBST(LT_REVISION, 0) +AC_SUBST(LT_REVISION, 1) AC_SUBST(LT_AGE, 7) AM_INIT_AUTOMAKE([-Wall -Werror]) -- 2.39.5