]> err.no Git - yubikey-personalization.old/commitdiff
Increment version to 1.1
authorRichard Levitte <levitte@lp.se>
Fri, 18 Sep 2009 10:55:00 +0000 (10:55 +0000)
committerRichard Levitte <levitte@lp.se>
Fri, 18 Sep 2009 10:55:00 +0000 (10:55 +0000)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index e6735ee2a3719d2eaf2f94491ca7beed396cd9e8..7b551aaa5e57c62900031e4c6fb836732028efa4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,10 @@
 Yubikey-personalize NEWS -- History of user-visible changes.     -*- outline -*-
 
+* Version 1.1 (unreleased)
+
+** Bugfix release.
+Check of hex and modhex strings perfected.
+
 * Version 1.0 (released 2009-09-18)
 
 ** Stable release!
index 17bfab378c266f762050d4639cc9bc11531700b0..7599a18417dac37981873021f8b88a8093e117c7 100644 (file)
@@ -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.0],
+AC_INIT([yubikey-personalization], [1.1],
   [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, 1)
-AC_SUBST(LT_REVISION, 5)
+AC_SUBST(LT_REVISION, 6)
 AC_SUBST(LT_AGE, 0)
 
 AM_INIT_AUTOMAKE([-Wall -Werror])