From: Ian Jackson Date: Fri, 11 Sep 2026 12:35:38 +0000 (+0100) Subject: Declare version 1.7.0 X-Git-Tag: adns-1.7.0^0 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;p=adns.git Declare version 1.7.0 --- diff --git a/Makefile.in b/Makefile.in index 182acbd..23c68ca 100644 --- a/Makefile.in +++ b/Makefile.in @@ -20,7 +20,7 @@ include ./common.make # Remember to change ADNS_VERSION_STRING in client/client.h too, and # possibly library soname (MAJOR and MINOR in common.make.in). -DISTVERSION= 1.6.2 +DISTVERSION= 1.7.0 srcdir= @srcdir@ VPATH= @srcdir@ diff --git a/changelog b/changelog index 0d5c94e..1eb1391 100644 --- a/changelog +++ b/changelog @@ -1,4 +1,4 @@ -adns (1.6.3~) UPSTREAM; urgency=medium +adns (1.7.0) UPSTREAM; urgency=medium * Select query IDs randomly using getentropy, if we can. See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1145407. @@ -6,7 +6,7 @@ adns (1.6.3~) UPSTREAM; urgency=medium * README: Ask for bugs to go to Debian. * This changelog: Remove obsolete Emacs local variables section. - -- + -- Ian Jackson Fri, 11 Sep 2026 13:35:34 +0100 adns (1.6.2) UPSTREAM; urgency=low diff --git a/client/client.h b/client/client.h index 0e4e587..2d9b410 100644 --- a/client/client.h +++ b/client/client.h @@ -23,7 +23,7 @@ #ifndef CLIENT_H_INCLUDED #define CLIENT_H_INCLUDED -#define ADNS_VERSION_STRING "1.6.2" +#define ADNS_VERSION_STRING "1.7.0" #define COPYRIGHT_MESSAGE \ "Copyright Ian Jackson and contributors\n" \ diff --git a/common.make.in b/common.make.in index 5a5ba4d..35e5ba0 100644 --- a/common.make.in +++ b/common.make.in @@ -18,7 +18,7 @@ # along with this program; if not, write to the Free Software Foundation. MAJOR= 1 -MINOR= 6 +MINOR= 7 SHLIBFILE= @SHLIBFILE@ SHLIBSONAME= @SHLIBSONAME@ SHLIBFORLINK= @SHLIBFORLINK@