diff options
author | Werner Koch <[email protected]> | 2007-03-05 11:18:47 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2007-03-05 11:18:47 +0000 |
commit | c8a3156192d14c76bb04d42d021cd70b78b3d22d (patch) | |
tree | 4ceda50f7084bb96c409e81b72d8591726623cb6 | |
parent | Preparing a new release (diff) | |
download | gpgme-c8a3156192d14c76bb04d42d021cd70b78b3d22d.tar.gz gpgme-c8a3156192d14c76bb04d42d021cd70b78b3d22d.zip |
Post release updates
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 4 | ||||
-rw-r--r-- | gpgme/gpgme.h | 2 |
3 files changed, 7 insertions, 3 deletions
@@ -1,3 +1,7 @@ +Noteworthy changes in version 1.1.5 (unreleased) +------------------------------------------------ + + Noteworthy changes in version 1.1.4 (2007-03-05) ------------------------------------------------ diff --git a/configure.ac b/configure.ac index 3c10ab47..d4f7f7ef 100644 --- a/configure.ac +++ b/configure.ac @@ -36,8 +36,8 @@ min_automake_version="1.9.3" # for snapshot releases please do an "svn up" right before recreating # the configure script, so that a proper revision number for all files # is available when running a "make distcheck". -m4_define(my_version, [1.1.4]) -#m4_define(my_iscvs, yes) +m4_define(my_version, [1.1.5]) +m4_define(my_iscvs, yes) AC_INIT([gpgme], my_version[]m4_ifdef([my_iscvs], [-cvs[]m4_translit( [$Revision$],[Ra-z $:])]), diff --git a/gpgme/gpgme.h b/gpgme/gpgme.h index 9164886b..b8aa9e29 100644 --- a/gpgme/gpgme.h +++ b/gpgme/gpgme.h @@ -72,7 +72,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 "1.1.3" +#define GPGME_VERSION "1.1.4" |