From 02b36cd9951b90f7828be9533b364adeff309d88 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Mon, 10 Aug 2009 08:22:31 +0000 Subject: [PATCH] Bump versions. --- NEWS | 2 ++ configure.ac | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 25420e1..442f306 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,7 @@ Yubikey-personalize NEWS -- History of user-visible changes. -*- outline -*- +* Version 0.94 (unreleased) + * Version 0.93 (released 2009-08-07) ** Support for libusb-1.0 through --with-backend=libusb-1.0. diff --git a/configure.ac b/configure.ac index a53145e..87f814b 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], [0.93], +AC_INIT([yubikey-personalization], [0.94], [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, 2) -AC_SUBST(LT_REVISION, 0) +AC_SUBST(LT_REVISION, 1) AC_SUBST(LT_AGE, 1) AM_INIT_AUTOMAKE([-Wall -Werror]) -- 2.39.5