diff options
author | Karel Zak | 2017-09-22 12:03:15 +0200 |
---|---|---|
committer | Karel Zak | 2017-09-22 12:03:15 +0200 |
commit | 47ba6dc4118ba9eae88fa0ae1f29b5fc6910c456 (patch) | |
tree | 2cee7323b3fd1a395793ac6dd451a0f643262d02 | |
parent | docs: update v2.31 release notes (diff) | |
download | kernel-qcow2-util-linux-47ba6dc4118ba9eae88fa0ae1f29b5fc6910c456.tar.gz kernel-qcow2-util-linux-47ba6dc4118ba9eae88fa0ae1f29b5fc6910c456.tar.xz kernel-qcow2-util-linux-47ba6dc4118ba9eae88fa0ae1f29b5fc6910c456.zip |
build-sys: release++ (v2.31-rc1)
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.31: Sep 22 2017 +* see Documentation/releases/v2.31-ReleaseNotes or the complete changelog at + https://www.kernel.org/pub/linux/utils/util-linux/v2.31/v2.31-rc1-ChangeLog + util-linux 2.30: Jun 02 2017 * see Documentation/releases/v2.30-ReleaseNotes or the complete changelog at https://www.kernel.org/pub/linux/utils/util-linux/v2.30/v2.30-ChangeLog diff --git a/configure.ac b/configure.ac index 767baf76f..7c6261a8e 100644 --- a/configure.ac +++ b/configure.ac @@ -28,7 +28,7 @@ PACKAGE_VERSION_RELEASE=$(echo $PACKAGE_VERSION | awk -F. '{ dnl libblkid version LIBBLKID_VERSION="$PACKAGE_VERSION_MAJOR.$PACKAGE_VERSION_MINOR.$PACKAGE_VERSION_RELEASE" -LIBBLKID_DATE="02-Jun-2017" +LIBBLKID_DATE="22-Sep-2017" LIBBLKID_LT_MAJOR=1 LIBBLKID_LT_MINOR=1 LIBBLKID_LT_MICRO=0 |