From: Ian Jackson Date: Mon, 20 Oct 2014 01:31:46 +0000 (+0100) Subject: Update version numbers to be between releases X-Git-Tag: adns-1.5.0-rc1~24 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=adns.git;a=commitdiff_plain;h=3212d4ff1f32821483c1c8f2fd592666a83050f1 Update version numbers to be between releases Signed-off-by: Ian Jackson --- diff --git a/Makefile.in b/Makefile.in index 182dc13..dd55a3d 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~rc0 +DISTVERSION= 1.5.0~rc1~ srcdir= @srcdir@ VPATH= @srcdir@ diff --git a/changelog b/changelog index c56d46b..0bcc2fb 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,9 @@ +adns (1.5.0~rc1~) UPSTREAM; urgency=low + + * WIP + + -- Ian Jackson Mon, 20 Oct 2014 02:29:45 +0100 + adns (1.5.0~rc0) UPSTREAM; urgency=low New features: diff --git a/client/client.h b/client/client.h index d8a7e2a..487693c 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~rc0" +#define ADNS_VERSION_STRING "1.5.0~rc1~" #define COPYRIGHT_MESSAGE \ "Copyright (C) 1997-2000,2003,2006,2014 Ian Jackson\n" \