diff options
author | Karel Zak | 2009-03-18 15:49:48 +0100 |
---|---|---|
committer | Karel Zak | 2009-03-18 15:49:48 +0100 |
commit | 0152a9eae3297e7ebc68028e84d100d97880795b (patch) | |
tree | c66e498fbf0caca331e1e1b839811a039eb1b708 | |
parent | build-sys: fix bugs detected by "make distcheck" (diff) | |
download | kernel-qcow2-util-linux-0152a9eae3297e7ebc68028e84d100d97880795b.tar.gz kernel-qcow2-util-linux-0152a9eae3297e7ebc68028e84d100d97880795b.tar.xz kernel-qcow2-util-linux-0152a9eae3297e7ebc68028e84d100d97880795b.zip |
build-sys: release++ (v2.15-rc1)
Signed-off-by: Karel Zak <kzak@redhat.com>
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 7 insertions, 3 deletions
@@ -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" |