diff options
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 8 insertions, 3 deletions
@@ -1,6 +1,11 @@ -Noteworthy changes in version 1.18 (unreleased) [C13/A13/R_] +Noteworthy changes in version 1.18 (2015-01-26) [C14/A14/R0] ----------------------------------------------- + * New translations for Hungarian, Portuguese, Russian, and + traditional Chinese. Updated other translations. + + * New error codes. + * Interface changes relative to the 1.17 release: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ GPG_ERR_FORBIDDEN NEW. diff --git a/configure.ac b/configure.ac index 54b6068..4a6df03 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=13 -LIBGPG_ERROR_LT_AGE=13 +LIBGPG_ERROR_LT_CURRENT=14 +LIBGPG_ERROR_LT_AGE=14 LIBGPG_ERROR_LT_REVISION=0 ################################################ |