diff options
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 " - - - - - - - |