diff options
author | Werner Koch <[email protected]> | 2001-07-31 15:21:58 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2001-07-31 15:21:58 +0000 |
commit | ec8c9d9494494656b2618ecfc43ec485dc931ec4 (patch) | |
tree | 6b1c0a24c103fe809693d52ef7cdd1b4ddd36378 /configure.in | |
parent | Added 2 examples (diff) | |
download | gpgme-ec8c9d9494494656b2618ecfc43ec485dc931ec4.tar.gz gpgme-ec8c9d9494494656b2618ecfc43ec485dc931ec4.zip |
A couple of minor changes and a short README for Gpgcom
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 0bf7855b..e2714f0d 100644 --- a/configure.in +++ b/configure.in @@ -32,6 +32,7 @@ AM_MAINTAINER_MODE # 3. Interfaces removed (BAD, breaks upward compatibility): Increment # CURRENT, set AGE and REVISION to 0. AM_INIT_AUTOMAKE(gpgme,0.2.2a) +# --> New functions introduced <---- LIBGPGME_LT_CURRENT=3 LIBGPGME_LT_AGE=3 LIBGPGME_LT_REVISION=1 @@ -178,7 +179,6 @@ echo " GPG version: min. $NEED_GPG_VERSION GPG path: $GPG - Component: $component_system " |