summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2011-06-29 12:47:26 +0200
committerWerner Koch <wk@gnupg.org>2011-06-29 12:47:26 +0200
commitea2b4d6653b7e3f483582ee5bf1dc7de2cb0a3f9 (patch)
tree0b22b174843b985c8b2175583c2b3dd5d6cb67e5
parentf435ff2371ffddc4a6100bbab0876006b3db2e88 (diff)
downloadlibgcrypt-ea2b4d6653b7e3f483582ee5bf1dc7de2cb0a3f9.tar.gz
Prepare a new development branch
-rw-r--r--NEWS6
-rw-r--r--README4
-rw-r--r--configure.ac4
3 files changed, 11 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index ef60f628..0a01c325 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
-Noteworthy changes in version 1.5.1 (unreleased)
+Noteworthy changes in version 1.6.0 (unreleased)
------------------------------------------------
+ * Interface changes relative to the 1.5.0 release:
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+
Noteworthy changes in version 1.5.0 (2011-06-29)
------------------------------------------------
diff --git a/README b/README
index a3abfa1f..bbbd0db8 100644
--- a/README
+++ b/README
@@ -1,6 +1,8 @@
Libgcrypt - The GNU Crypto Library
------------------------------------
- Version 1.5
+ Version 1.6
+
+ !!! THIS IS A DEVELOPMENT VERSION VERSION !!!
Copyright 2000, 2002, 2003, 2004, 2007, 2008, 2009,
2011 Free Software Foundation, Inc.
diff --git a/configure.ac b/configure.ac
index 7b413f9c..1d0dc0f6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,7 +26,7 @@ min_automake_version="1.10"
# Remember to change the version number immediately *after* a release.
# Set my_issvn to "yes" for non-released code. Remember to run an
# "svn up" and "autogen.sh" right before creating a distribution.
-m4_define([my_version], [1.5.1])
+m4_define([my_version], [1.6.0])
m4_define([my_issvn], [yes])
m4_define([svn_revision], m4_esyscmd([printf "%d" $(svn info 2>/dev/null \
@@ -41,6 +41,8 @@ AC_INIT([libgcrypt],
# (Interfaces removed: CURRENT++, AGE=0, REVISION=0)
# (Interfaces added: CURRENT++, AGE++, REVISION=0)
# (No interfaces changed: REVISION++)
+# Note: To avoid LT version number clashes with the 1.5 branch please
+# make sure to update current and age beore releasing anything.
LIBGCRYPT_LT_CURRENT=18
LIBGCRYPT_LT_AGE=7
LIBGCRYPT_LT_REVISION=0