summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS6
-rw-r--r--configure.ac4
2 files changed, 7 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index f85759e98..561528cdd 100644
--- 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
diff --git a/configure.ac b/configure.ac
index 5612f4b4e..40255ac77 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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"