From: Werner Koch Date: Mon, 5 Mar 2007 11:18:47 +0000 (+0000) Subject: Post release updates X-Git-Tag: gpgme-1.1.5~12 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c8a3156192d14c76bb04d42d021cd70b78b3d22d;p=gpgme.git Post release updates --- diff --git a/NEWS b/NEWS index ee92d42..9217fa0 100644 --- a/NEWS +++ b/NEWS @@ -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 3c10ab4..d4f7f7e 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 $:])]), [bug-gpgme@gnupg.org]) diff --git a/gpgme/gpgme.h b/gpgme/gpgme.h index 9164886..b8aa9e2 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"