From: Karel Zak Date: Mon, 27 Aug 2007 22:41:54 +0000 (+0200) Subject: build-sys: release++ X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49ef7acdf77066ed05a6c828c261d332c4f54644;p=util-linux build-sys: release++ Increment release number to v2.13 Signed-off-by: Karel Zak --- diff --git a/NEWS b/NEWS index 2d7f2ffa..b2af6e7c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +util-linux-ng 2.13 + +* see docs/v2.13-ReleaseNotes or complete changelog at + ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.13/v2.13-Changelog + util-linux-ng 2.13-rc3 * see docs/v2.13-ReleaseNotes or complete changelog at diff --git a/configure.ac b/configure.ac index cfc21797..e2bb8284 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(util-linux-ng, 2.13-rc3, kzak@redhat.com) +AC_INIT(util-linux-ng, 2.13, kzak@redhat.com) AC_PREREQ(2.59)