summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac9
1 files changed, 5 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index b0e9e34..05c7deb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,6 @@
# configure.ac - for libassuan
-# Copyright (C) 2001-2003, 2006, 2007, 2009 Free Software Foundation, Inc.
+# Copyright (C) 2001, 2002, 2003, 2006, 2007, 2009,
+# 2011 Free Software Foundation, Inc.
#
# This file is part of Assuan.
#
@@ -25,7 +26,7 @@ min_automake_version="1.10"
# 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], [2.0.3])
-m4_define([my_issvn], [yes])
+m4_define([my_issvn], [no])
m4_define([svn_revision], m4_esyscmd([printf "%d" $( (svn info 2>/dev/null \
|| echo 'Revision: 0')|sed -n '/^Revision:/ {s/[^0-9]//gp;q;}')]))
@@ -42,8 +43,8 @@ AC_INIT([libassuan],[my_full_version],[http://bugs.gnupg.org])
# (Interfaces added: AGE++)
# (Interfaces removed/changed: AGE=0)
#
-LIBASSUAN_LT_CURRENT=2
-LIBASSUAN_LT_AGE=2
+LIBASSUAN_LT_CURRENT=3
+LIBASSUAN_LT_AGE=3
LIBASSUAN_LT_REVISION=0
# If the API is changed in an incompatible way: increment the next counter.