Post release updates.

--
This commit is contained in:
Werner Koch 2014-12-11 12:53:28 +01:00
parent 37d927a970
commit a813c09cc7
3 changed files with 10 additions and 4 deletions

View File

@ -20,7 +20,6 @@
## Process this file with automake to produce Makefile.in
ACLOCAL_AMFLAGS = -I m4
AUTOMAKE_OPTIONS = dist-bzip2
DISTCHECK_CONFIGURE_FLAGS =

7
NEWS
View File

@ -1,3 +1,10 @@
Noteworthy changes in version 1.6.0 (unreleased) [C__/A__/R0]
-------------------------------------------------------------
* Interface changes relative to the 1.5.3 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Noteworthy changes in version 1.5.3 (2014-12-11) [C24/A13/R2]
-------------------------------------------------------------

View File

@ -28,8 +28,8 @@ min_automake_version="1.11"
# commit and push so that the git magic is able to work. See below
# for the LT versions.
m4_define(mym4_version_major, [1])
m4_define(mym4_version_minor, [5])
m4_define(mym4_version_micro, [3])
m4_define(mym4_version_minor, [6])
m4_define(mym4_version_micro, [0])
# Below is m4 magic to extract and compute the revision number, the
# decimalized short revision number, a beta version string, and a flag
@ -79,7 +79,7 @@ AC_CONFIG_SRCDIR(src/gpgme.h.in)
AC_CONFIG_HEADER(config.h)
# Note: For automake 1.13 add the option
# serial-tests
AM_INIT_AUTOMAKE
AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip])
AM_MAINTAINER_MODE
AC_CANONICAL_HOST
AM_SILENT_RULES