aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac10
1 files changed, 5 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index 291fce1..3c52afe 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,16 +23,16 @@ AC_PREREQ(2.59)
min_automake_version="1.9.3"
# The gettext version is set below using AM_GNU_GETTEXT_VERSION
# Version number: Remember to change it immediately *after* a release.
-AC_INIT([libgpg-error],[1.2-cvs],[[email protected]])
+AC_INIT([libgpg-error],[1.2],[[email protected]])
# LT Version numbers, remember to change them just *before* a release.
# (Code changed: REVISION++)
# (Interfaces added/removed/changed: CURRENT++, REVISION=0)
# (Interfaces added: AGE++)
# (Interfaces removed: AGE=0)
-# Note, that added error codes don't constitute an interface change.
-LIBGPG_ERROR_LT_CURRENT=1
-LIBGPG_ERROR_LT_AGE=1
-LIBGPG_ERROR_LT_REVISION=4
+# Note that added error codes don't constitute an interface change.
+LIBGPG_ERROR_LT_CURRENT=2
+LIBGPG_ERROR_LT_AGE=2
+LIBGPG_ERROR_LT_REVISION=0
AC_SUBST(LIBGPG_ERROR_LT_CURRENT)
AC_SUBST(LIBGPG_ERROR_LT_AGE)
AC_SUBST(LIBGPG_ERROR_LT_REVISION)