diff options
author | Marcus Brinkmann <[email protected]> | 2002-02-12 22:08:10 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2002-02-12 22:08:10 +0000 |
commit | 10750fcfd9e27be2158e5f7de002f4425c74b987 (patch) | |
tree | 2641f0854e0ada91b198b8a1b45cb872ef0b2855 /configure.ac | |
parent | Reverting last change. (diff) | |
download | gpgme-10750fcfd9e27be2158e5f7de002f4425c74b987.tar.gz gpgme-10750fcfd9e27be2158e5f7de002f4425c74b987.zip |
2002-02-12 Marcus Brinkmann <[email protected]>
* configure.ac (AC_INIT): Bump version to 0.3.3.
* jnlib/Makefile.am: Rever to older version that includes xmalloc
but not dotlock and some other files. Reported by St�phane
Corth�sy.
tests/
2002-02-12 Marcus Brinkmann <[email protected]>
* gpg/Makefile.am (CLEANFILES): New target.
(distclean-local): Rename to ...
(clean-local): ... this.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 83426b23..95073b9e 100644 --- a/configure.ac +++ b/configure.ac @@ -26,7 +26,7 @@ # (Interfaces added: AGE++) # (Interfaces removed: AGE=0) # XXXX new functions -AC_INIT(gpgme, 0.3.2, [[email protected]]) +AC_INIT(gpgme, 0.3.3, [[email protected]]) LIBGPGME_LT_CURRENT=6 LIBGPGME_LT_AGE=0 LIBGPGME_LT_REVISION=0 |