diff options
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -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 ################################################ |