From c6545b9769b4f451d19c106de8e0c799ae174bb1 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 26 Oct 2014 14:57:37 +0000 Subject: [PATCH] Update versions for ongoing development --- Makefile.in | 2 +- changelog | 6 ++++++ client/client.h | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 68146ba..5d84617 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~rc2~ srcdir= @srcdir@ VPATH= @srcdir@ diff --git a/changelog b/changelog index 3a6f1be..9b62b31 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,9 @@ +adns (1.5.0~rc2~) UNRELEASED; urgency=low + + * WIP. + + -- Ian Jackson Sun, 26 Oct 2014 14:57:10 +0000 + adns (1.5.0~rc1) UPSTREAM; urgency=low ABI/API changes: diff --git a/client/client.h b/client/client.h index 5d2f475..5be0b69 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~rc2~" #define COPYRIGHT_MESSAGE \ "Copyright (C) 1997-2000,2003,2006,2014 Ian Jackson\n" \ -- 2.30.2