aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2000-11-20 20:17:36 +0000
committerWerner Koch <[email protected]>2000-11-20 20:17:36 +0000
commitf9a167c516c8bf5f9dfc076fa51eb60dc96c86fb (patch)
tree6247d32de5c7100587b7c01841fe3a877504e4a8 /configure.in
parentconfiguration changes (diff)
downloadgpgme-f9a167c516c8bf5f9dfc076fa51eb60dc96c86fb.tar.gz
gpgme-f9a167c516c8bf5f9dfc076fa51eb60dc96c86fb.zip
Does some basic tasks.V0-1-0
Diffstat (limited to '')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index f8301ca7..3e23edfd 100644
--- a/configure.in
+++ b/configure.in
@@ -13,10 +13,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.0.1)
+AM_INIT_AUTOMAKE(gpgme,0.1.0)
LIBGPGME_LT_CURRENT=0
LIBGPGME_LT_AGE=0
-LIBGPGME_LT_REVISION=0
+LIBGPGME_LT_REVISION=2
##############################################
AC_SUBST(LIBGPGME_LT_CURRENT)