diff options
author | Carlos Maiolino <cem@kernel.org> | 2024-09-10 17:11:12 +0200 |
---|---|---|
committer | Carlos Maiolino <cem@kernel.org> | 2024-09-10 17:11:12 +0200 |
commit | 06c5079f03874d1d6b2bd951356d6ccdbf17144f (patch) | |
tree | f7edc381138d71650f76e3f8fb406b2c26f7e3e6 | |
parent | 8722b157a14016addf6e455cc7ff58ef42119a72 (diff) | |
download | xfsprogs-dev-master.tar.gz |
Update all the necessary files for a v6.11.0 release.
Signed-off-by: Carlos Maiolino <cem@kernel.org>
-rw-r--r-- | VERSION | 4 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | doc/CHANGES | 3 |
4 files changed, 12 insertions, 3 deletions
@@ -2,6 +2,6 @@ # This file is used by configure to get version information # PKG_MAJOR=6 -PKG_MINOR=10 -PKG_REVISION=1 +PKG_MINOR=11 +PKG_REVISION=0 PKG_BUILD=1 diff --git a/configure.ac b/configure.ac index 29dc374b7d..97d109c440 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([xfsprogs],[6.10.1],[linux-xfs@vger.kernel.org]) +AC_INIT([xfsprogs],[6.11.0],[linux-xfs@vger.kernel.org]) AC_PREREQ([2.69]) AC_CONFIG_AUX_DIR([.]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/debian/changelog b/debian/changelog index cf7fcb4c50..cabf22c827 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xfsprogs (6.11.0-1) unstable; urgency=low + + * New upstream release + + -- Nathan Scott <nathans@debian.org> Mon, 10 Sep 2024 14:00:00 +0100 + xfsprogs (6.10.1-1) unstable; urgency=low * New upstream release diff --git a/doc/CHANGES b/doc/CHANGES index aa56a8abaa..fed21e763d 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,3 +1,6 @@ +xfsprogs-6.11.0 (10 Sep 2024) + hand over xfsprogs maintenance + xfsprogs-6.10.1 (04 Sep 2024) fix C++ compilation errors in xfs_fs.h (Darrick J. Wong) |