Post release updates

This commit is contained in:
Werner Koch 2007-03-05 11:18:47 +00:00
parent a103cf2bf1
commit c8a3156192
3 changed files with 7 additions and 3 deletions

4
NEWS
View File

@ -1,3 +1,7 @@
Noteworthy changes in version 1.1.5 (unreleased)
------------------------------------------------
Noteworthy changes in version 1.1.4 (2007-03-05)
------------------------------------------------

View File

@ -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 $:])]),
[bug-gpgme@gnupg.org])

View File

@ -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"