aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2002-02-09 00:59:14 +0000
committerMarcus Brinkmann <[email protected]>2002-02-09 00:59:14 +0000
commit3cd7f60612a352aa3f863095b19c2e496f6210e1 (patch)
treedee7a0aeeecb3fca881068dcbf348a349c598377
parent2002-02-09 Marcus Brinkmann <[email protected]> (diff)
downloadgpgme-3cd7f60612a352aa3f863095b19c2e496f6210e1.tar.gz
gpgme-3cd7f60612a352aa3f863095b19c2e496f6210e1.zip
2002-02-09 Marcus Brinkmann <[email protected]>
* configure.ac (AC_INIT): Bump version to 0.3.1
Diffstat (limited to '')
-rw-r--r--ChangeLog1
-rw-r--r--TODO1
-rw-r--r--configure.ac2
3 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c579b2d7..fca25093 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,7 @@
* configure.ac (LIBGPGME_LT_CURRENT): Bump it up to 6!
(NEED_GPGSM_VERSION): Bump it up to 0.3.0!
+ (AC_INIT): Bump version to 0.3.1
2002-01-22 Marcus Brinkmann <[email protected]>
diff --git a/TODO b/TODO
index 0f97bae8..64f484a1 100644
--- a/TODO
+++ b/TODO
@@ -15,6 +15,7 @@ Hey Emacs, this is -*- outline -*- mode!
* Documentation
** Add note about GPGME clearing out pointer return values.
** validity/trust
+** Document gpgme.m4
* Engines
** Move code common to all engines up from gpg to engine.
diff --git a/configure.ac b/configure.ac
index 9e593707..dc9ed729 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.0a-cvs, [[email protected]])
+AC_INIT(gpgme, 0.3.1, [[email protected]])
LIBGPGME_LT_CURRENT=6
LIBGPGME_LT_AGE=0
LIBGPGME_LT_REVISION=0