From: Peter van Dijk Date: Thu, 17 May 2012 10:50:25 +0000 (+0000) Subject: give recursor snapshotty names too X-Git-Tag: auth-3.2-rc1~242 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e0f60b3cd3636d39444bc459375486de98a33596;p=thirdparty%2Fpdns.git give recursor snapshotty names too git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@2620 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- diff --git a/build-scripts/set-version b/build-scripts/set-version index a1192fbc82..b8b9a1823f 100755 --- a/build-scripts/set-version +++ b/build-scripts/set-version @@ -5,4 +5,4 @@ VERSION=$1 ssed -r "s/Version: (.*)/Version: \\1.$VERSION/" -i *.spec ssed -r "s/AM_INIT_AUTOMAKE\\(pdns, (.*)\\)/AM_INIT_AUTOMAKE\(pdns, \\1.$VERSION\)/" -i configure.ac ssed -r "1 s/^pdns \\(([^)]*)-([0-9.])\\)/pdns \\(\\1.$VERSION-\\2\\)/" -i debian-pdns/changelog - +ssed -r "s/^VERSION=(.*)/VERSION=\\1.$VERSION/" -i pdns/dist-recursor