diff options
author | Marcus Brinkmann <[email protected]> | 2002-02-10 13:31:36 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2002-02-10 13:31:36 +0000 |
commit | cfa8bcd1749638550108f8fe0318c5ca11b2c865 (patch) | |
tree | 32b55b89244ad0ecee1d05b7e8dbc0c661d9a14b /configure.ac | |
parent | Revert last change to this file. (diff) | |
download | gpgme-cfa8bcd1749638550108f8fe0318c5ca11b2c865.tar.gz gpgme-cfa8bcd1749638550108f8fe0318c5ca11b2c865.zip |
2002-02-10 Marcus Brinkmann <[email protected]>
* Released 0.3.2.
* configure.ac (AC_INIT): Bump version to 0.3.2.
* jnlib/libjnlibconfig.h: Revert to older version that doesn't
expect libgcrypt. Reported by Jose Carlos Garcia Sogo
<[email protected]>.
2002-02-09 Marcus Brinkmann <[email protected]>
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 dc9ed729..83426b23 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.1, [[email protected]]) +AC_INIT(gpgme, 0.3.2, [[email protected]]) LIBGPGME_LT_CURRENT=6 LIBGPGME_LT_AGE=0 LIBGPGME_LT_REVISION=0 |