From 397c7c9e41f14389d1c7265c2de8b10a982b4244 Mon Sep 17 00:00:00 2001 From: Klas Lindfors Date: Wed, 17 Oct 2012 15:40:30 +0200 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 d54550c..2c7ac3b 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,7 @@ Yubikey-personalize NEWS -- History of user-visible changes. -*- outline -*- +* Version 1.8.3 (unreleased) + * Version 1.8.2 (released 2012-10-17) ** Add udev rules files to packed distribution. diff --git a/configure.ac b/configure.ac index 6b271c2..af53d2a 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.8.2], +AC_INIT([yubikey-personalization], [1.8.3], [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, 9) -AC_SUBST(LT_REVISION, 2) +AC_SUBST(LT_REVISION, 3) AC_SUBST(LT_AGE, 8) AM_INIT_AUTOMAKE([-Wall -Werror]) -- 2.39.5