summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Brinkmann <mb@g10code.com>2010-01-08 02:54:06 +0000
committerMarcus Brinkmann <mb@g10code.com>2010-01-08 02:54:06 +0000
commitfefdb274a21892f0f2823dcd98f324d5fd9955ee (patch)
treec6016b1b3b58a510e2efacd8b2f1073af2ea6e7f
parent808e43c06f1480d748fc85506f0463e6bb0bd7fd (diff)
downloadlibassuan-fefdb274a21892f0f2823dcd98f324d5fd9955ee.tar.gz
Pre-release fixup.
-rw-r--r--ChangeLog4
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
3 files changed, 7 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 59130f9..cbdcf40 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-01-08 Marcus Brinkmann <marcus@g10code.de>
+
+ Released 2.0.0.
+
2010-01-05 Marcus Brinkmann <marcus@g10code.de>
* configure.ac (_DARWIN_C_SOURCE): Define on frapple.
diff --git a/NEWS b/NEWS
index 1174d69..04152bd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
-Noteworthy changes in version 2.0.0 (unreleased)
+Noteworthy changes in version 2.0.0 (2009-01-08)
------------------------------------------------
- * Now using libtool and builds a DSO.
+ * Now using libtool and builds a DSO.
* Lots of interface cleanups. See below for details of the most
important changes. Here is a quick note on how to upgrade:
diff --git a/configure.ac b/configure.ac
index 64f5d41..6696c95 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,7 +25,7 @@ min_automake_version="1.10"
# Set my_issvn to "yes" for non-released code. Remember to run an
# "svn up" and "autogen.sh" right before creating a distribution.
m4_define([my_version], [2.0.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;}')]))