aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2001-01-11 11:56:34 +0000
committerWerner Koch <[email protected]>2001-01-11 11:56:34 +0000
commit96f67a5fdc92571b42febd8db833b5379dedb29d (patch)
tree1c898cb08a435b7a8b6eafe163e63199322cda8d /configure.in
parentMore changes and and some new functions (diff)
downloadgpgme-96f67a5fdc92571b42febd8db833b5379dedb29d.tar.gz
gpgme-96f67a5fdc92571b42febd8db833b5379dedb29d.zip
Release 0.1.4gpgme-0-1-4
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index 369d0f19..839ca82d 100644
--- a/configure.in
+++ b/configure.in
@@ -13,9 +13,9 @@ 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.1.3a)
-LIBGPGME_LT_CURRENT=1
-LIBGPGME_LT_AGE=1
+AM_INIT_AUTOMAKE(gpgme,0.1.4)
+LIBGPGME_LT_CURRENT=2
+LIBGPGME_LT_AGE=2
LIBGPGME_LT_REVISION=0
##############################################