summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2020-07-06 15:34:15 +0200
committerWerner Koch <wk@gnupg.org>2020-07-06 15:34:15 +0200
commitc917ebb48d1b784f6f29bc5b292bab78469aabfb (patch)
tree7a357f78a31aeca78c42dea178b6413f3014d2fb
parentcfdc44bf08a32d37b144302bf1f7c4798b36762e (diff)
downloadlibgcrypt-c917ebb48d1b784f6f29bc5b292bab78469aabfb.tar.gz
Post release updates
-rw-r--r--NEWS9
-rw-r--r--configure.ac4
2 files changed, 11 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index c6b1d8c0..ec5c8ed1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Noteworthy changes in version 1.8.7 (unreleased) [C22/A2/R7]
+------------------------------------------------
+
+ * Bug fixes:
+
+
+ Release-info: https://dev.gnupg.org/T
+
+
Noteworthy changes in version 1.8.6 (2020-07-06) [C22/A2/R6]
------------------------------------------------
diff --git a/configure.ac b/configure.ac
index e3f78b49..7848d497 100644
--- a/configure.ac
+++ b/configure.ac
@@ -30,7 +30,7 @@ min_automake_version="1.14"
# for the LT versions.
m4_define(mym4_version_major, [1])
m4_define(mym4_version_minor, [8])
-m4_define(mym4_version_micro, [6])
+m4_define(mym4_version_micro, [7])
# Below is m4 magic to extract and compute the revision number, the
# decimalized short revision number, a beta version string, and a flag
@@ -56,7 +56,7 @@ AC_INIT([libgcrypt],[mym4_full_version],[http://bugs.gnupg.org])
# (No interfaces changed: REVISION++)
LIBGCRYPT_LT_CURRENT=22
LIBGCRYPT_LT_AGE=2
-LIBGCRYPT_LT_REVISION=6
+LIBGCRYPT_LT_REVISION=7
# If the API is changed in an incompatible way: increment the next counter.