diff options
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | gpgme/gpgme.h | 2 |
3 files changed, 4 insertions, 2 deletions
@@ -1,5 +1,7 @@ 2002-03-04 Werner Koch <[email protected]> + * configure.ac: Bumbed version to 0.3.4-cvs to continue development. + Released 0.3.4. * configure.ac: Bumbed LT version numbers to (7,1,0), requires diff --git a/configure.ac b/configure.ac index 0f352555..ed96ed93 100644 --- a/configure.ac +++ b/configure.ac @@ -26,7 +26,7 @@ # (Interfaces added: AGE++) # (Interfaces removed: AGE=0) # -AC_INIT(gpgme, 0.3.4, [[email protected]]) +AC_INIT(gpgme, 0.3.5-cvs, [[email protected]]) LIBGPGME_LT_CURRENT=7 LIBGPGME_LT_AGE=1 LIBGPGME_LT_REVISION=0 diff --git a/gpgme/gpgme.h b/gpgme/gpgme.h index 66419d2f..b50e25f4 100644 --- a/gpgme/gpgme.h +++ b/gpgme/gpgme.h @@ -43,7 +43,7 @@ extern "C" { AM_PATH_GPGME macro) check that this header matches the installed library. Warning: Do not edit the next line. configure will do that for you! */ -#define GPGME_VERSION "0.3.4" +#define GPGME_VERSION "0.3.5-cvs" /* The opaque data types used by GPGME. */ |