build-sys: release++ (2.13.1) Signed-off-by: Karel Zak <kzak@redhat.com>
diff --git a/NEWS b/NEWS index a34f96d..33ed73f 100644 --- a/NEWS +++ b/NEWS
@@ -1,3 +1,8 @@ +util-linux-ng 2.13.1 [16-Jan-2008] + +* see docs/v2.13.1-ReleaseNotes or complete changelog at + ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.13/v2.13.1-ChangeLog + util-linux-ng 2.13.1-rc2 * see docs/v2.13.1-ReleaseNotes or complete changelog at @@ -8,7 +13,7 @@ * see docs/v2.13.1-ReleaseNotes or complete changelog at ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.13/v2.13.1-rc1-ChangeLog -util-linux-ng 2.13 +util-linux-ng 2.13 [28-Aug-2007] * see docs/v2.13-ReleaseNotes or complete changelog at ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.13/v2.13-ChangeLog
diff --git a/configure.ac b/configure.ac index 52d709f..691aad6 100644 --- a/configure.ac +++ b/configure.ac
@@ -1,4 +1,4 @@ -AC_INIT(util-linux-ng, 2.13.1-rc2, kzak@redhat.com) +AC_INIT(util-linux-ng, 2.13.1, kzak@redhat.com) AC_PREREQ(2.59)