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