diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2002-03-03 Marcus Brinkmann <[email protected]> + + * configure.ac (AC_INIT): Change version number to snapshot CVS + version. + 2002-02-13 Werner Koch <[email protected]> * configure.ac (vasprintf,fopencookie): Add checks. diff --git a/configure.ac b/configure.ac index 16062205..817d36f4 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.3, [[email protected]]) +AC_INIT(gpgme, 0.3.4-cvs, [[email protected]]) LIBGPGME_LT_CURRENT=6 LIBGPGME_LT_AGE=0 LIBGPGME_LT_REVISION=0 |