summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Zak <kzak@redhat.com>2011-01-25 13:10:23 +0100
committerKarel Zak <kzak@redhat.com>2011-01-25 13:10:23 +0100
commite4764e8bb549afcd3e79cc75d9b0b6939900f678 (patch)
tree7f6fe7f377c9432325d1d53309d6c40256773e74
parente74007ac37623235e0886a6be85700a955a6c7c1 (diff)
downloadutil-linux-e4764e8bb549afcd3e79cc75d9b0b6939900f678.tar.gz
build-sys: release++ (v2.19-rc2)v2.19-rc2
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 ad8e9bcaf..f535a7e5a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+util-linux 2.19-rc2: Jan 25 2011
+* see docs/v2.19-ReleaseNotes or complete changelog at
+ ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.19/v2.19-rc2-ChangeLog
+
util-linux 2.19-rc1: Jan 05 2011
* see docs/v2.19-ReleaseNotes or complete changelog at
ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.19/v2.19-rc1-ChangeLog
diff --git a/configure.ac b/configure.ac
index 2aadacf5e..d5980a365 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(util-linux, 2.19-rc1, kzak@redhat.com)
+AC_INIT(util-linux, 2.19-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="05-Jan-2011"
+LIBBLKID_DATE="25-Jan-2011"
LIBBLKID_LT_MAJOR=1
LIBBLKID_LT_MINOR=1
LIBBLKID_LT_MICRO=0