summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2015-01-26 09:49:47 +0100
committerWerner Koch <wk@gnupg.org>2015-01-26 10:08:41 +0100
commitf79688532f100599b1e24dde1429a229524601c9 (patch)
treea97df5dde973d317eceeecc24fab0b0949ce09d4
parenta4c2701e2fd020f3afa99d17377268b193af55a5 (diff)
downloadlibgpg-error-f79688532f100599b1e24dde1429a229524601c9.tar.gz
Release 1.18.libgpg-error-1.18
* configure.ac: Set LT version to C14/A14/R0.
-rw-r--r--NEWS7
-rw-r--r--configure.ac4
2 files changed, 8 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index e5733e4..1885943 100644
--- a/NEWS
+++ b/NEWS
@@ -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
################################################