summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Zak <kzak@redhat.com>2010-02-16 11:07:47 +0100
committerKarel Zak <kzak@redhat.com>2010-02-16 11:07:47 +0100
commit0ddda30f82f62ce89e070abfad43fc1e6f9bd451 (patch)
treed11c5d8e1208804dfccca87d80091485c7094c97
parent03c7f31d9888088a9399ae0f01f91381fbefd43f (diff)
downloadutil-linux-0ddda30f82f62ce89e070abfad43fc1e6f9bd451.tar.gz
build-sys: release++ (v2.17.1-rc1)v2.17.1-rc1
Signed-off-by: Karel Zak <kzak@redhat.com>
-rw-r--r--NEWS4
-rw-r--r--configure.ac4
2 files changed, 6 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 7ecf0badf..5d421b314 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+util-linux-ng 2.17.1-rc1: Feb 16 2010
+* see docs/v2.17.1-ReleaseNotes or complete changelog at
+ ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.17/v2.17.1-rc1-ChangeLog
+
util-linux-ng 2.17: Jan 8 2010
* see docs/v2.17-ReleaseNotes or complete changelog at
ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.17/v2.17-ChangeLog
diff --git a/configure.ac b/configure.ac
index 5e99a10a8..09ae02c72 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(util-linux-ng, 2.17, kzak@redhat.com)
+AC_INIT(util-linux-ng, 2.17.1-rc1, 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="08-Jan-2010"
+LIBBLKID_DATE="16-Feb-2010"
LIBBLKID_LT_MAJOR=1
LIBBLKID_LT_MINOR=1
LIBBLKID_LT_MICRO=0