From: Karel Zak Date: Tue, 7 Aug 2007 22:15:52 +0000 (+0200) Subject: build-sys: release++ X-Git-Tag: v2.13-rc3~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a21adf48cd1add58d317e2165a7e4b4d10047dd4;p=thirdparty%2Futil-linux.git build-sys: release++ Increment release number to v2.13-rc3. Signed-off-by: Karel Zak --- diff --git a/NEWS b/NEWS index 29a78f2385..2d7f2ffa7e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +util-linux-ng 2.13-rc3 + +* see docs/v2.13-ReleaseNotes or complete changelog at + ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.13/v2.13-rc3-Changelog + util-linux-ng 2.13-rc2 * see docs/v2.13-ReleaseNotes or complete changelog at diff --git a/configure.ac b/configure.ac index 1e43330233..f0756ac27e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(util-linux-ng, 2.13-rc2, kzak@redhat.com) +AC_INIT(util-linux-ng, 2.13-rc3, kzak@redhat.com) AC_PREREQ(2.59)