summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarel Zak2013-03-22 12:34:28 +0100
committerKarel Zak2013-03-22 12:34:28 +0100
commitfb5a24e50a9ec9cecef325b5de89372295c11416 (patch)
tree59e4bf1864c0d0d572a22e37230a85a98da6d10f
parentbuild-sys: keep libuser optional (diff)
downloadkernel-qcow2-util-linux-fb5a24e50a9ec9cecef325b5de89372295c11416.tar.gz
kernel-qcow2-util-linux-fb5a24e50a9ec9cecef325b5de89372295c11416.tar.xz
kernel-qcow2-util-linux-fb5a24e50a9ec9cecef325b5de89372295c11416.zip
build-sys: release++ (v2.23-rc1)
Signed-off-by: Karel Zak <kzak@redhat.com>
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d046d1cf6..8c2c57502 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+util-linux 2.23-rc1: Mar 22 2013
+* see Documentation/releases/v2.23-ReleaseNotes or complete changelog at
+ ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.23/v2.23-rc1-ChangeLog
+
util-linux 2.22: Sep 04 2012
* see Documentation/releases/v2.22-ReleaseNotes or complete changelog at
ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.22/v2.22-ChangeLog
diff --git a/configure.ac b/configure.ac
index 283ee53b8..92a5a3b12 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,7 +26,7 @@ PACKAGE_VERSION_RELEASE=0
dnl libblkid version
LIBBLKID_VERSION="$PACKAGE_VERSION_MAJOR.$PACKAGE_VERSION_MINOR.$PACKAGE_VERSION_RELEASE"
-LIBBLKID_DATE="04-Sep-2012"
+LIBBLKID_DATE="22-Mar-2013"
LIBBLKID_LT_MAJOR=1
LIBBLKID_LT_MINOR=1
LIBBLKID_LT_MICRO=0