From: ian Date: Sat, 8 Apr 2006 14:37:21 +0000 (+0000) Subject: update DISTVERSION X-Git-Tag: adns-1.5.0-rc0~129 X-Git-Url: https://git.distorted.org.uk/~mdw/adns/commitdiff_plain/a33a9e25468b6036b702ad32ea1184121b59cb5d update DISTVERSION --- 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