From 2eeb75c3b7f96ced37356012387180c468071823 Mon Sep 17 00:00:00 2001 Message-Id: <2eeb75c3b7f96ced37356012387180c468071823.1715122494.git.mdw@distorted.org.uk> From: Mark Wooding Date: Sat, 8 Apr 2006 14:37:21 +0000 Subject: [PATCH] update DISTVERSION 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 ebf2c80..2a26618 100644 --- a/Makefile.in +++ b/Makefile.in @@ -22,7 +22,7 @@ # Remember to change ADNS_VERSION_STRING in client/client.h too, and # possibly library soname (MAJOR and MINOR in settings.make.in). -DISTVERSION= 1.1 +DISTVERSION= 1.2 srcdir= @srcdir@ VPATH= @srcdir@ diff --git a/changelog b/changelog index 62f6d06..df5e057 100644 --- a/changelog +++ b/changelog @@ -32,7 +32,7 @@ adns (1.1.999.0.3); urgency=medium * Copyright notices updated. Packaging changes: - * Update MINOR to 2 and ADNS_VERSION_STRING to 1.2. + * Update MINOR to 2 and DISTVERSION and ADNS_VERSION_STRING to 1.2. * Reran autoconf/autoheader (autoconf Debian 2.13-54). * Create $(bin_dir) and $(lib_dir) on `make install', and also make a libadns.so.1 -> libadns.so.1. link. (Suggestions -- [mdw]