From 7694c4f7302652f566b006c48fc36b27802a48e0 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Mon, 24 Aug 2009 11:08:49 +0000 Subject: [PATCH] Update with version info for 0.95 --- NEWS | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 2fa928b..d47f74f 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,10 @@ Yubikey-personalize NEWS -- History of user-visible changes. -*- outline -*- +* Version 0.95 (released 2009-08-17) + +** Enable handling of programming access code. +Includes modification of help (-h) text and manual. + * Version 0.94 (released 2009-08-10) ** Improve error handling for libusb-1.0 backend. diff --git a/configure.ac b/configure.ac index 87f814b..d118160 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.94], +AC_INIT([yubikey-personalization], [0.95], [yubico-devel@googlegroups.com], [ykpers], [http://code.google.com/p/yubikey-personalization/]) AC_CONFIG_AUX_DIR([build-aux]) -- 2.39.5