diff options
author | Werner Koch <[email protected]> | 2001-09-17 08:25:36 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2001-09-17 08:25:36 +0000 |
commit | 0bc8c1c7e19af5446edbf6175718975699fda85f (patch) | |
tree | d8be5277817e7f77d9f13025e85b221076163ebc /configure.in | |
parent | added new status messages (diff) | |
download | gpgme-0bc8c1c7e19af5446edbf6175718975699fda85f.tar.gz gpgme-0bc8c1c7e19af5446edbf6175718975699fda85f.zip |
Added more doc entries and prepared for 0.2.3gpgme-0-2-3
Diffstat (limited to '')
-rw-r--r-- | configure.in | 20 |
1 files changed, 7 insertions, 13 deletions
diff --git a/configure.in b/configure.in index e2714f0d..34ea2698 100644 --- a/configure.in +++ b/configure.in @@ -31,12 +31,12 @@ 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.2a) -# --> New functions introduced <---- -LIBGPGME_LT_CURRENT=3 -LIBGPGME_LT_AGE=3 -LIBGPGME_LT_REVISION=1 -NEED_GPG_VERSION=1.0.4h +AM_INIT_AUTOMAKE(gpgme,0.2.3) +# +LIBGPGME_LT_CURRENT=4 +LIBGPGME_LT_AGE=4 +LIBGPGME_LT_REVISION=0 +NEED_GPG_VERSION=1.0.6 ############################################## AC_SUBST(LIBGPGME_LT_CURRENT) @@ -170,6 +170,7 @@ jnlib/Makefile gpgme/Makefile gpgme/gpgme-config tests/Makefile +doc/Makefile bonobo/Makefile complus/Makefile ]) @@ -180,10 +181,3 @@ echo " GPG version: min. $NEED_GPG_VERSION GPG path: $GPG " - - - - - - - |