summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarel Zak2009-12-09 12:02:58 +0100
committerKarel Zak2009-12-09 12:02:58 +0100
commit9a39edc1ab8dca0db4867db95189525c4a9acfc5 (patch)
treef0a0db2f58e3e7090fdc95eb1b5a4e2efc3afc41
parentdocs: update v2.17 ReleaseNotes (diff)
downloadkernel-qcow2-util-linux-9a39edc1ab8dca0db4867db95189525c4a9acfc5.tar.gz
kernel-qcow2-util-linux-9a39edc1ab8dca0db4867db95189525c4a9acfc5.tar.xz
kernel-qcow2-util-linux-9a39edc1ab8dca0db4867db95189525c4a9acfc5.zip
build-sys: release++ (v2.17-rc2)
Signed-off-by: Karel Zak <kzak@redhat.com>
-rw-r--r--NEWS6
-rw-r--r--configure.ac4
2 files changed, 7 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index e8e0b9f15..ccb3a3012 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,8 @@
-util-linux-ng 2.17-rc1: Jun 28 2009
+util-linux-ng 2.17-rc2: Dec 9 2009
+* see docs/v2.17-ReleaseNotes or complete changelog at
+ ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.17/v2.17-rc2-ChangeLog
+
+util-linux-ng 2.17-rc1: Nov 20 2009
* see docs/v2.17-ReleaseNotes or complete changelog at
ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.17/v2.17-rc1-ChangeLog
diff --git a/configure.ac b/configure.ac
index acd932bc9..6c18d1289 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(util-linux-ng, 2.17-rc1, kzak@redhat.com)
+AC_INIT(util-linux-ng, 2.17-rc2, kzak@redhat.com)
AC_PREREQ(2.60)
@@ -22,7 +22,7 @@ PACKAGE_VERSION_RELEASE=0
dnl libblkid version
LIBBLKID_VERSION="$PACKAGE_VERSION_MAJOR.$PACKAGE_VERSION_MINOR.$PACKAGE_VERSION_RELEASE"
-LIBBLKID_DATE="20-Nov-2009"
+LIBBLKID_DATE="09-Dec-2009"
LIBBLKID_LT_MAJOR=1
LIBBLKID_LT_MINOR=1
LIBBLKID_LT_MICRO=0