Versions: update to 1.5.0 RC0
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 20 Oct 2014 00:37:40 +0000 (01:37 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 20 Oct 2014 00:37:40 +0000 (01:37 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Makefile.in
changelog
client/client.h
common.make.in

index 3fdee94..87ad60f 100644 (file)
@@ -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).
 
 # 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~~
+DISTVERSION=   1.5.0~rc0
 
 srcdir=                @srcdir@
 VPATH=         @srcdir@
 
 srcdir=                @srcdir@
 VPATH=         @srcdir@
index 95af9be..c56d46b 100644 (file)
--- a/changelog
+++ b/changelog
@@ -1,4 +1,4 @@
-adns (1.5~~) UPSTREAM; urgency=low
+adns (1.5.0~rc0) UPSTREAM; urgency=low
 
   New features:
   * Support for queries about IPv6 data in all applicable adns
 
   New features:
   * Support for queries about IPv6 data in all applicable adns
@@ -29,7 +29,7 @@ adns (1.5~~) UPSTREAM; urgency=low
   * Now in git.
   * Documentation and webpage updates.
 
   * Now in git.
   * Documentation and webpage updates.
 
- -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Mon, 20 Oct 2014 00:41:33 +0100
+ -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Mon, 20 Oct 2014 01:29:50 +0100
 
 adns (1.4); urgency=low
 
 
 adns (1.4); urgency=low
 
index ff57aa8..d8a7e2a 100644 (file)
@@ -27,7 +27,7 @@
 #ifndef CLIENT_H_INCLUDED
 #define CLIENT_H_INCLUDED
 
 #ifndef CLIENT_H_INCLUDED
 #define CLIENT_H_INCLUDED
 
-#define ADNS_VERSION_STRING "1.2"
+#define ADNS_VERSION_STRING "1.5.0~rc0"
 
 #define COPYRIGHT_MESSAGE \
  "Copyright (C) 1997-2000,2003,2006,2014  Ian Jackson\n" \
 
 #define COPYRIGHT_MESSAGE \
  "Copyright (C) 1997-2000,2003,2006,2014  Ian Jackson\n" \
index 09ca9dc..0f6df15 100644 (file)
@@ -22,7 +22,7 @@
 #  along with this program; if not, write to the Free Software Foundation.
 
 MAJOR=         1
 #  along with this program; if not, write to the Free Software Foundation.
 
 MAJOR=         1
-MINOR=         3
+MINOR=         5
 SHLIBFILE=     @SHLIBFILE@
 SHLIBSONAME=   @SHLIBSONAME@
 SHLIBFORLINK=  @SHLIBFORLINK@
 SHLIBFILE=     @SHLIBFILE@
 SHLIBSONAME=   @SHLIBSONAME@
 SHLIBFORLINK=  @SHLIBFORLINK@