From fefdb274a21892f0f2823dcd98f324d5fd9955ee Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Fri, 8 Jan 2010 02:54:06 +0000 Subject: Pre-release fixup. --- ChangeLog | 4 ++++ NEWS | 4 ++-- configure.ac | 2 +- 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 + + Released 2.0.0. + 2010-01-05 Marcus Brinkmann * 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;}')])) -- cgit v1.2.3