aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2006-03-14 13:15:10 +0000
committerMarcus Brinkmann <[email protected]>2006-03-14 13:15:10 +0000
commit5e370f7693c0ef2c631612f3736eb3f74992409c (patch)
tree94da705c7a339de2763271c750368de0c3b91e94 /configure.ac
parentFix last change. (diff)
downloadlibgpg-error-1.3.tar.gz
libgpg-error-1.3.zip
2006-03-14 Marcus Brinkmann <[email protected]>libgpg-error-1.3
Released 1.3. * configure.ac (LIBGPG_ERROR_LT_REVISION): Bump for release.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index cf9b2b7..259c6e5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@ AC_PREREQ(2.59)
min_automake_version="1.9.6"
# 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.3-cvs],[[email protected]])
+AC_INIT([libgpg-error],[1.3],[[email protected]])
# LT Version numbers, remember to change them just *before* a release.
# (Code changed: REVISION++)
# (Interfaces added/removed/changed: CURRENT++, REVISION=0)
@@ -32,7 +32,7 @@ AC_INIT([libgpg-error],[1.3-cvs],[[email protected]])
# 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
+LIBGPG_ERROR_LT_REVISION=1
AC_SUBST(LIBGPG_ERROR_LT_CURRENT)
AC_SUBST(LIBGPG_ERROR_LT_AGE)
AC_SUBST(LIBGPG_ERROR_LT_REVISION)