aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2014-09-11 13:31:22 +0000
committerWerner Koch <[email protected]>2014-09-11 13:31:22 +0000
commit6ebcd696fdbc0485099fba987c0c302cb46dd116 (patch)
treef2a94e206c73274b77ced97b2dbb31abdee2fd94
parentFix build problems with non-gmake (ie. AIX). (diff)
downloadlibgpg-error-6ebcd696fdbc0485099fba987c0c302cb46dd116.tar.gz
libgpg-error-6ebcd696fdbc0485099fba987c0c302cb46dd116.zip
Release 1.15.libgpg-error-1.15
* configure.ac: Set LT version to C12/A12/R1.
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index abf58a4..ae453bc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Noteworthy changes in version 1.15 (unreleased) [C__/A__/R_]
+Noteworthy changes in version 1.15 (2014-09-11) [C12/A12/R1]
-----------------------------------------------
* This releases fixes problems with the use of off_t and ssize_t by
diff --git a/configure.ac b/configure.ac
index d951e9d..5aa89ce 100644
--- a/configure.ac
+++ b/configure.ac
@@ -53,7 +53,7 @@ AC_INIT([libgpg-error],[mym4_full_version],[http://bugs.gnupg.org])
# Note that added error codes don't constitute an interface change.
LIBGPG_ERROR_LT_CURRENT=12
LIBGPG_ERROR_LT_AGE=12
-LIBGPG_ERROR_LT_REVISION=0
+LIBGPG_ERROR_LT_REVISION=1
################################################
AC_SUBST(LIBGPG_ERROR_LT_CURRENT)