diff options
author | Werner Koch <[email protected]> | 2001-01-11 11:56:34 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2001-01-11 11:56:34 +0000 |
commit | 96f67a5fdc92571b42febd8db833b5379dedb29d (patch) | |
tree | 1c898cb08a435b7a8b6eafe163e63199322cda8d /configure.in | |
parent | More changes and and some new functions (diff) | |
download | gpgme-96f67a5fdc92571b42febd8db833b5379dedb29d.tar.gz gpgme-96f67a5fdc92571b42febd8db833b5379dedb29d.zip |
Release 0.1.4gpgme-0-1-4
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 6 |
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 ############################################## |