* configure.ac: Bumbed version to 0.3.4-cvs to continue development.

This commit is contained in:
Werner Koch 2002-03-04 11:39:52 +00:00
parent bcd5749348
commit 6616ce295f
3 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,7 @@
2002-03-04 Werner Koch <wk@gnupg.org>
* 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

View File

@ -26,7 +26,7 @@
# (Interfaces added: AGE++)
# (Interfaces removed: AGE=0)
#
AC_INIT(gpgme, 0.3.4, [gnupg-devel@gnupg.org])
AC_INIT(gpgme, 0.3.5-cvs, [gnupg-devel@gnupg.org])
LIBGPGME_LT_CURRENT=7
LIBGPGME_LT_AGE=1
LIBGPGME_LT_REVISION=0

View File

@ -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. */