summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2014-09-08 18:30:38 +0200
committerWerner Koch <wk@gnupg.org>2014-09-08 19:11:44 +0200
commit25f312dbb82722d23ad9faed8341923af6d3663c (patch)
treeffad40cdef4f9782d0cf20a0676bce6b0b8d9f2b
parent983ff989e21bb2777a877f1c872f946a67b3c135 (diff)
downloadlibgpg-error-1.14.tar.gz
Release 1.14.libgpg-error-1.14
* configure.ac: Set LT version to C12/A12/R0.
-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
################################################