Post-release tweaks.

This commit is contained in:
Marcus Brinkmann 2006-03-03 10:13:49 +00:00
parent 7384c8a457
commit 2725bbebd3
2 changed files with 10 additions and 2 deletions

8
NEWS
View File

@ -1,3 +1,11 @@
Noteworthy changes in version 1.1.3 (unreleased)
------------------------------------------------
* Interface changes relative to the 1.1.1 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Noteworthy changes in version 1.1.2 (2006-03-02)
------------------------------------------------

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.2])
#m4_define(my_iscvs, yes)
m4_define(my_version, [1.1.3])
m4_define(my_iscvs, yes)
AC_INIT([gpgme], my_version[]m4_ifdef([my_iscvs], [-cvs[]m4_translit(
[$Revision$],[Ra-z $:])]),
[bug-gpgme@gnupg.org])