diff options
author | Karel Zak <kzak@redhat.com> | 2013-10-21 14:46:27 +0200 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2013-10-21 14:46:27 +0200 |
commit | bad3c52f0b2dd97e70a5c92edcc7f67dceeb4ba1 (patch) | |
tree | 50295f40776eb4e8d56d72469767d65fa1080572 | |
parent | 7488136b446503946d438699f47ddcbac04bd5c2 (diff) | |
download | util-linux-2.24.tar.gz |
build-sys: release++ (v2.24)v2.24
Signed-off-by: Karel Zak <kzak@redhat.com>
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +util-linux 2.24: Oct 21 2013 +* see Documentation/releases/v2.24-ReleaseNotes or complete changelog at + ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.24/v2.24-ChangeLog + util-linux 2.24-rc2: Oct 11 2013 * see Documentation/releases/v2.24-ReleaseNotes or complete changelog at ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.24/v2.24-rc2-ChangeLog diff --git a/configure.ac b/configure.ac index c286982a..53c0de2f 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="11-Oct-2013" +LIBBLKID_DATE="21-Oct-2013" LIBBLKID_LT_MAJOR=1 LIBBLKID_LT_MINOR=1 LIBBLKID_LT_MICRO=0 |