summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--configure.ac4
2 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 6099d5b..ecab2e6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
-Noteworthy changes in version 1.14 (unreleased)
+Noteworthy changes in version 1.14 (2014-09-08) [C12/A12/R0]
-----------------------------------------------
- * Added trylock function
+ * Added gpgrt_lock_trylock.
* Added the estream library under the name gpgrt and a set of macros
to use them with their "es_" names.
diff --git a/configure.ac b/configure.ac
index b155437..ca42e45 100644
--- a/configure.ac
+++ b/configure.ac
@@ -51,8 +51,8 @@ AC_INIT([libgpg-error],[mym4_full_version],[http://bugs.gnupg.org])
# (Interfaces added: AGE++)
# (Interfaces removed: AGE=0)
# Note that added error codes don't constitute an interface change.
-LIBGPG_ERROR_LT_CURRENT=11
-LIBGPG_ERROR_LT_AGE=11
+LIBGPG_ERROR_LT_CURRENT=12
+LIBGPG_ERROR_LT_AGE=12
LIBGPG_ERROR_LT_REVISION=0
################################################