From: Marcus Brinkmann Date: Mon, 20 Jun 2005 20:33:07 +0000 (+0000) Subject: Post-release fixup. X-Git-Tag: gpgme-1.2.0@1385~303 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ddf8efe5b371a3230b87494bc6ae6a5ff5fc3769;p=gpgme.git Post-release fixup. --- diff --git a/branches/gpgme-1-0-branch/NEWS b/branches/gpgme-1-0-branch/NEWS index 79336ea..efd3c96 100644 --- a/branches/gpgme-1-0-branch/NEWS +++ b/branches/gpgme-1-0-branch/NEWS @@ -1,3 +1,13 @@ +Noteworthy changes in version 1.0.4 (unreleased) +------------------------------------------------ + + * ... + + * Interface changes relative to the 1.0.3 release: +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +SOMETHING NEW +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + Noteworthy changes in version 1.0.3 (2005-06-20) ------------------------------------------------ diff --git a/branches/gpgme-1-0-branch/configure.ac b/branches/gpgme-1-0-branch/configure.ac index 1db4045..5f7b0e8 100644 --- a/branches/gpgme-1-0-branch/configure.ac +++ b/branches/gpgme-1-0-branch/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.0.3, [bug-gpgme@gnupg.org]) +AC_INIT(gpgme, 1.0.4-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)