chiark / gitweb /
Declare version 1.7.0 master adns-1.7.0
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 11 Sep 2026 12:35:38 +0000 (13:35 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 11 Sep 2026 12:35:38 +0000 (13:35 +0100)
Makefile.in
changelog
client/client.h
common.make.in

index 182acbd5e6b63cf5d5b8f2a7c10545c180b0865b..23c68ca42a3a700edcb2a8a68c28852d4c900ba8 100644 (file)
@@ -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@
index 0d5c94ec16f0bd2394b72e03fc30930467b77dd8..1eb13917cbae4edccaa01237d23b08a1f6919e0f 100644 (file)
--- 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 <ijackson@chiark.greenend.org.uk>  Fri, 11 Sep 2026 13:35:34 +0100
 
 adns (1.6.2) UPSTREAM; urgency=low
 
index 0e4e587e60fa778c74b6b88098c27ff4081a4956..2d9b410e151b5d9e22b25bc2b3f12f3baeb84905 100644 (file)
@@ -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" \
index 5a5ba4d6ff30db095dc87907c62f0c465da1553a..35e5ba00a302c2a4449bd40b0d5b69f5c5ce4152 100644 (file)
@@ -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@