From a7b2012bc823f95ef326ba0b8da111ee7f1ca9b9 Mon Sep 17 00:00:00 2001 Message-Id: From: Mark Wooding Date: Wed, 13 Oct 1999 01:24:43 +0000 Subject: [PATCH] finalise 0.5 Organization: Straylight/Edgeware From: ian --- Makefile.in | 2 +- changelog | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index b3655a6..2fc6a40 100644 --- a/Makefile.in +++ b/Makefile.in @@ -21,7 +21,7 @@ # along with this program; if not, write to the Free Software Foundation, # Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -DISTVERSION= 0.4 +DISTVERSION= 0.5 srcdir= @srcdir@ VPATH= @srcdir@ diff --git a/changelog b/changelog index f579dc6..52dc78a 100644 --- a/changelog +++ b/changelog @@ -47,7 +47,7 @@ adns (0.5) unstable; urgency=high * Do not use $^ in make rules (should help with non-GNU make). * Declare flags parameters as ints not enums because C++ is crap. - -- + -- Ian Jackson Wed, 13 Oct 1999 02:24:35 +0100 adns (0.4) unstable; urgency=high -- [mdw]