From 3ef6cb7d8e14d5c7ec13a54f35d25b647e566386 Mon Sep 17 00:00:00 2001 From: "levitte@gmail.com" Date: Mon, 24 Aug 2009 11:08:49 +0000 Subject: [PATCH] Update with version info for 0.95 git-svn-id: https://yubikey-personalization.googlecode.com/svn/trunk@141 b62f149e-849f-11dd-9899-c7ba65f7c4c7 --- 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