]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
build-sys: release++ (v2.15-rc1) v2.15-rc1
authorKarel Zak <kzak@redhat.com>
Wed, 18 Mar 2009 14:49:48 +0000 (15:49 +0100)
committerKarel Zak <kzak@redhat.com>
Wed, 18 Mar 2009 14:49:48 +0000 (15:49 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index f85759e98506a7d187d8e2f0eb24c8d918e52294..561528cdd812122b9c83a509940f351f090fd89e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,8 @@
-util-linux-ng 2.14
+util-linux-ng 2.15-rc1: Mar 18 2009
+* see docs/v2.15-ReleaseNotes or complete changelog at
+  ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.15/v2.15-rc1-ChangeLog
+
+util-linux-ng 2.14: Jun 9 2008
 * see docs/v2.14-ReleaseNotes or complete changelog at
   ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.14/v2.14-ChangeLog
 
index 5612f4b4ef1ecd0772e07040f92de3a93840c800..40255ac7726a67a01e6721877761bd6d14e6ca5b 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT(util-linux-ng, 2.14, kzak@redhat.com)
+AC_INIT(util-linux-ng, 2.15-rc1, kzak@redhat.com)
 
 AC_PREREQ(2.60)
 
@@ -15,7 +15,7 @@ dnl blkid version definition (the library SONAME is
 dnl "libblkid.so.$BLKID_VERSION_MAJOR", see blkid/Makefile.am)
 dnl ----------------------------------------------------------
 BLKID_VERSION_MAJOR=1
-BLKID_VERSION_MINOR=42
+BLKID_VERSION_MINOR=99
 BLKID_VERSION_RELEASE=0
 BLKID_DATE="10-Feb-2009"