aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2001-06-12 07:37:15 +0000
committerWerner Koch <[email protected]>2001-06-12 07:37:15 +0000
commitc3850ce3323b33b8ef348aa097918577b2507fb2 (patch)
tree3b5c8fad4124695bf0cc13e000476f5d7a17347a /configure.in
parentChanges by Jose and Tommy. (diff)
downloadgpgme-c3850ce3323b33b8ef348aa097918577b2507fb2.tar.gz
gpgme-c3850ce3323b33b8ef348aa097918577b2507fb2.zip
Ready to release 0.2.2gpgme-0-2-2
Diffstat (limited to '')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 91c1d025..b898e577 100644
--- a/configure.in
+++ b/configure.in
@@ -31,10 +31,10 @@ AM_MAINTAINER_MODE
# AGE, set REVISION to 0.
# 3. Interfaces removed (BAD, breaks upward compatibility): Increment
# CURRENT, set AGE and REVISION to 0.
-AM_INIT_AUTOMAKE(gpgme,0.2.1a)
+AM_INIT_AUTOMAKE(gpgme,0.2.2)
LIBGPGME_LT_CURRENT=3
LIBGPGME_LT_AGE=3
-LIBGPGME_LT_REVISION=0
+LIBGPGME_LT_REVISION=1
NEED_GPG_VERSION=1.0.4h
##############################################