aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2013-02-25 09:16:11 +0000
committerWerner Koch <[email protected]>2013-02-25 09:24:33 +0000
commit3367ff0aa51b6685e37b749b3179643b82d23064 (patch)
treef81f2cc4d62b707bf1becd9d6af0f5d4b8985179 /configure.ac
parentUpdate helper scripts. (diff)
downloadlibgpg-error-1.11.tar.gz
libgpg-error-1.11.zip
Release 1.11.libgpg-error-1.11
* configure.ac: Set LT version to C9/A9/R0. * Makefile.am (GITLOG_TO_CHANGELOG): New. (gen-ChangeLog): Use --tear-off. * build-aux/gitlog-to-changelog: Remove.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index dc897a2..5a453bf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
# configure.ac for libgpg-error
-# Copyright (C) 2003, 2004, 2006, 2010 g10 Code GmbH
+# Copyright (C) 2003, 2004, 2006, 2010, 2013 g10 Code GmbH
#
# This file is part of libgpg-error.
#
@@ -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=8
-LIBGPG_ERROR_LT_AGE=8
+LIBGPG_ERROR_LT_CURRENT=9
+LIBGPG_ERROR_LT_AGE=9
LIBGPG_ERROR_LT_REVISION=0
################################################