summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2010-10-26 09:30:58 +0000
committerWerner Koch <wk@gnupg.org>2010-10-26 09:30:58 +0000
commit3523a97e120c34593b09db4385b479c05b4bb540 (patch)
tree8401dcfabff53de2da66d2a31ce474dc8596dc99 /configure.ac
parent284075cecd0e3ac4b235d179ae8d482aca2a145d (diff)
downloadlibgpg-error-3523a97e120c34593b09db4385b479c05b4bb540.tar.gz
Prepare 1.10libgpg-error-1.10
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 829595a..e4315c8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,7 +25,7 @@ min_automake_version="1.9.6"
# Set my_issvn to "yes" for non-released code. Remember to run an
# "svn up" and "autogen.sh" right before creating a distribution.
m4_define([my_version], [1.10])
-m4_define([my_issvn], [yes])
+m4_define([my_issvn], [no])
m4_define([svn_revision], m4_esyscmd([printf "%d" $(svn info 2>/dev/null \
| sed -n '/^Revision:/ s/[^0-9]//gp'|head -1)]))
@@ -38,8 +38,8 @@ AC_INIT([libgpg-error],
# (Interfaces added: AGE++)
# (Interfaces removed: AGE=0)
# Note that added error codes don't constitute an interface change.
-LIBGPG_ERROR_LT_CURRENT=7
-LIBGPG_ERROR_LT_AGE=7
+LIBGPG_ERROR_LT_CURRENT=8
+LIBGPG_ERROR_LT_AGE=8
LIBGPG_ERROR_LT_REVISION=0
AC_SUBST(LIBGPG_ERROR_LT_CURRENT)
AC_SUBST(LIBGPG_ERROR_LT_AGE)