summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2014-04-15 14:19:05 +0200
committerWerner Koch <wk@gnupg.org>2014-04-15 14:19:05 +0200
commit1900266b743cabdb39a0d6f8dd00d187a2ad2c97 (patch)
treec6d514546b10d5f890f0cde261566747e4e8a96b
parentdb6e26cad81957729adc9549e4c6afe28bc55d76 (diff)
downloadlibgpg-error-1.13.tar.gz
Release 1.13.libgpg-error-1.13
* configure.ac: Set LT version to C11/A11/R0.
-rw-r--r--NEWS3
-rw-r--r--configure.ac4
2 files changed, 4 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 87d7a86..c2d36bc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Noteworthy changes in version 1.13 (unreleased)
+Noteworthy changes in version 1.13 (2014-04-15)
-----------------------------------------------
* Added a portable mutex API.
@@ -10,6 +10,7 @@ Noteworthy changes in version 1.13 (unreleased)
* Interface changes relative to the 1.12 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ GPG_ERR_KEY_ON_CARD NEW.
GPG_ERR_MAC_ALGO NEW.
GPG_ERR_INV_LOCK_OBJ NEW.
gpgrt_lock_t NEW.
diff --git a/configure.ac b/configure.ac
index 77f235f..3565b1a 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=10
-LIBGPG_ERROR_LT_AGE=10
+LIBGPG_ERROR_LT_CURRENT=11
+LIBGPG_ERROR_LT_AGE=11
LIBGPG_ERROR_LT_REVISION=0
################################################