xfsprogs: Release v6.11.0
Update all the necessary files for a v6.11.0 release.
Signed-off-by: Carlos Maiolino <cem@kernel.org>
diff --git a/VERSION b/VERSION
index c05efb9..b400ba3 100644
--- a/VERSION
+++ b/VERSION
@@ -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 29dc374..97d109c 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 cf7fcb4..cabf22c 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 aa56a8a..fed21e7 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)