2010-01-11 Marcus Brinkmann <marcus@g10code.de>
authorMarcus Brinkmann <mb@g10code.com>
Mon, 11 Jan 2010 12:30:22 +0000 (12:30 +0000)
committerMarcus Brinkmann <mb@g10code.com>
Mon, 11 Jan 2010 12:30:22 +0000 (12:30 +0000)
Release 1.3.0.

ChangeLog
NEWS
configure.ac

index 7ce26f3b5f9012d168613134ee4dd7be9fa40881..78880e0f1e538075bcc595df26320fca510f1815 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-01-11  Marcus Brinkmann  <marcus@g10code.de>
+
+       Release 1.3.0.
+
 2009-12-22  Marcus Brinkmann  <marcus@g10code.de>
 
        * configure.ac: Do not use echo -n.  Test for __thread.
diff --git a/NEWS b/NEWS
index a2bc80ff32dd7285c703df77679b3666564cc6c7..61a313d063762dbe5a121686c4562ebffa7320d8 100644 (file)
--- 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.
index c1e28fd273698d25627659744900bd1cc238590a..e9f5715189c29babb71e53eb4a6c77ebbb4eb94c 100644 (file)
@@ -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;}')]))