From 03bc2565944972ee23376cd5884eabe57a9b24a1 Mon Sep 17 00:00:00 2001 From: aj Date: Tue, 20 Oct 2009 12:25:16 +0000 Subject: [PATCH] Create new release 0.11.10 git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@3776 c6295689-39f2-0310-b995-f0e70906c6a9 --- NEWS | 2 +- configure.ac | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 3ea58817..49a5ff7e 100644 --- a/NEWS +++ b/NEWS @@ -6,7 +6,7 @@ http://www.opensc-project.org/opensc/wiki/WhatsNew Also see the svn changelog using svn command or doc/nonpersistent/ChangeLog. -New in 0.??.==; 200?-??-??; ?? +New in 0.11.10; 2009-10-20; Andreas Jellinghaus * New westcos driver by François Leblanc * Initial support for MyEid card (Aventra) * GOST algorithm supported by Rutoken driver (Aleksey Samsonov) diff --git a/configure.ac b/configure.ac index 0cd60b8e..7ebf4589 100644 --- a/configure.ac +++ b/configure.ac @@ -4,8 +4,8 @@ AC_PREREQ(2.60) define([PACKAGE_VERSION_MAJOR], [0]) define([PACKAGE_VERSION_MINOR], [11]) -define([PACKAGE_VERSION_FIX], [9]) -define([PACKAGE_SUFFIX], [-svn]) +define([PACKAGE_VERSION_FIX], [10]) +define([PACKAGE_SUFFIX], []) AC_INIT([opensc],[PACKAGE_VERSION_MAJOR.PACKAGE_VERSION_MINOR.PACKAGE_VERSION_FIX[]PACKAGE_SUFFIX]) AC_CONFIG_AUX_DIR([.])