diff options
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -3,5 +3,5 @@ # PKG_MAJOR=6 PKG_MINOR=10 -PKG_REVISION=0 +PKG_REVISION=1 PKG_BUILD=1 diff --git a/configure.ac b/configure.ac index f2bf54bfbc..33b01399ae 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([xfsprogs],[6.10.0],[linux-xfs@vger.kernel.org]) +AC_INIT([xfsprogs],[6.10.1],[linux-xfs@vger.kernel.org]) AC_PREREQ([2.69]) AC_CONFIG_AUX_DIR([.]) AC_CONFIG_MACRO_DIR([m4]) |