From 20b19496a82280826e5c650a1c236d80b194de48 Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Mon, 11 Jan 2010 12:30:22 +0000 Subject: [PATCH] 2010-01-11 Marcus Brinkmann Release 1.3.0. --- ChangeLog | 4 ++++ NEWS | 2 +- configure.ac | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7ce26f3..78880e0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-01-11 Marcus Brinkmann + + Release 1.3.0. + 2009-12-22 Marcus Brinkmann * configure.ac: Do not use echo -n. Test for __thread. diff --git a/NEWS b/NEWS index a2bc80f..61a313d 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Noteworthy changes in version 1.3.0 (unreleased) +Noteworthy changes in version 1.3.0 (2010-01-11) ------------------------------------------------ * GPGME does not come with an internal libassuan version anymore. diff --git a/configure.ac b/configure.ac index c1e28fd..e9f5715 100644 --- a/configure.ac +++ b/configure.ac @@ -33,7 +33,7 @@ min_automake_version="1.10" # SVN version is the most recent one in a branch. To disable the SVN # version for the real release, set the my_issvn macro to no. m4_define(my_version, [1.3.0]) -m4_define(my_issvn, [yes]) +m4_define(my_issvn, [no]) m4_define([svn_revision], m4_esyscmd([printf "%d" $( (svn info 2>/dev/null \ || echo 'Revision: 0')|sed -n '/^Revision:/ {s/[^0-9]//gp;q;}')])) -- 2.26.2