From: Ian Jackson Date: Sun, 26 Oct 2014 13:25:14 +0000 (+0000) Subject: Finalise 1.5.0~rc1 X-Git-Tag: adns-1.5.0-rc1^0 X-Git-Url: https://git.distorted.org.uk/~mdw/adns/commitdiff_plain/724c9dd3c97671f5b7a3b56e8b29e7e2c1ca3689 Finalise 1.5.0~rc1 --- diff --git a/Makefile.in b/Makefile.in index 5ff85be..68146ba 100644 --- a/Makefile.in +++ b/Makefile.in @@ -24,7 +24,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.5.0~rc1~ +DISTVERSION= 1.5.0~rc1 srcdir= @srcdir@ VPATH= @srcdir@ diff --git a/changelog b/changelog index 411645b..3a6f1be 100644 --- a/changelog +++ b/changelog @@ -1,4 +1,4 @@ -adns (1.5.0~rc1~) UPSTREAM; urgency=low +adns (1.5.0~rc1) UPSTREAM; urgency=low ABI/API changes: * Provide adns_qf_cname_strict flag, currently ignored because it's the @@ -28,7 +28,7 @@ adns (1.5.0~rc1~) UPSTREAM; urgency=low * More correctly and effectively work around bugs in make (Debian #4073, #756123) affecting regress. - -- Ian Jackson Sun, 26 Oct 2014 13:21:38 +0000 + -- Ian Jackson Sun, 26 Oct 2014 13:24:00 +0000 adns (1.5.0~rc0) UPSTREAM; urgency=low diff --git a/client/client.h b/client/client.h index 487693c..5d2f475 100644 --- a/client/client.h +++ b/client/client.h @@ -27,7 +27,7 @@ #ifndef CLIENT_H_INCLUDED #define CLIENT_H_INCLUDED -#define ADNS_VERSION_STRING "1.5.0~rc1~" +#define ADNS_VERSION_STRING "1.5.0~rc1" #define COPYRIGHT_MESSAGE \ "Copyright (C) 1997-2000,2003,2006,2014 Ian Jackson\n" \