From: Marcus Brinkmann Date: Sat, 1 Oct 2005 21:58:29 +0000 (+0000) Subject: Post-release fixup. X-Git-Tag: gpgme-1-1-1~45 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=81e5fdfbe6f0fec4ef7c07f0c1a9aee7f8274f24;p=gpgme.git Post-release fixup. --- diff --git a/NEWS b/NEWS index 6d7a2d0..057543c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,14 @@ +Noteworthy changes in version 1.x.y (unreleased) +------------------------------------------------ + + * bla bla bla ... + + * Interface changes relative to the 1.0.3 release: +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +something changed +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + Noteworthy changes in version 1.1.0 (2005-10-01) ------------------------------------------------ diff --git a/configure.ac b/configure.ac index 547ff45..9288b26 100644 --- a/configure.ac +++ b/configure.ac @@ -24,7 +24,7 @@ AC_PREREQ(2.59) min_automake_version="1.9.3" # Version number: Remember to change it immediately *after* a release. -AC_INIT(gpgme, 1.1.0, [bug-gpgme@gnupg.org]) +AC_INIT(gpgme, 1.2.0-cvs, [bug-gpgme@gnupg.org]) # LT Version numbers, remember to change them just *before* a release. # (Code changed: REVISION++) # (Interfaces added/removed/changed: CURRENT++, REVISION=0) diff --git a/gpgme/gpgme.h b/gpgme/gpgme.h index 619ed6a..48d722d 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.0" +#define GPGME_VERSION "1.2.0-cvs"