aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2004-10-22 18:19:04 +0000
committerMarcus Brinkmann <[email protected]>2004-10-22 18:19:04 +0000
commitbcd1b60960dac19cfb84d00b8842c715835d04f2 (patch)
treebc836b0bfd2d1c0adb08c1202da0989fac94f861 /configure.ac
parent2004-10-22 Marcus Brinkmann <[email protected]> (diff)
downloadgpgme-bcd1b60960dac19cfb84d00b8842c715835d04f2.tar.gz
gpgme-bcd1b60960dac19cfb84d00b8842c715835d04f2.zip
2004-10-22 Marcus Brinkmann <[email protected]>
* configure.ac (LIBGPGME_LT_REVISION): Bump up to 2. (AC_INIT): Set version to 1.0.1.
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 8d2f092f..f15d5b17 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,7 +24,7 @@ AC_PREREQ(2.57)
min_automake_version="1.7.6"
# Version number: Remember to change it immediately *after* a release.
-AC_INIT(gpgme, 1.0.0, [[email protected]])
+AC_INIT(gpgme, 1.0.1, [[email protected]])
# LT Version numbers, remember to change them just *before* a release.
# (Code changed: REVISION++)
# (Interfaces added/removed/changed: CURRENT++, REVISION=0)
@@ -35,7 +35,7 @@ LIBGPGME_LT_CURRENT=14
# Subtract 2 from this value if you want to make the LFS transition an
# ABI break. [Note to self: Remove this comment with the next regular break.]
LIBGPGME_LT_AGE=3
-LIBGPGME_LT_REVISION=1
+LIBGPGME_LT_REVISION=2
# If the API is changed in an incompatible way: increment the next counter.
GPGME_CONFIG_API_VERSION=1