diff options
author | Pavel Shilovsky <pshilov@microsoft.com> | 2020-09-03 09:58:46 -0700 |
---|---|---|
committer | Pavel Shilovsky <pshilov@microsoft.com> | 2020-09-03 09:58:51 -0700 |
commit | ded4e81796a18cde73329e838357f084aa05720f (patch) | |
tree | e29d733da498cb269d163ea1a7851edbb4e217d0 | |
parent | 48a654e2e763fce24c22e1b9c695b42804bbdd4a (diff) | |
download | cifs-utils-ded4e81796a18cde73329e838357f084aa05720f.tar.gz cifs-utils-ded4e81796a18cde73329e838357f084aa05720f.tar.bz2 cifs-utils-ded4e81796a18cde73329e838357f084aa05720f.zip |
cifs-utils: bump version to 6.11cifs-utils-6.11
Signed-off-by: Pavel Shilovsky <pshilov@microsoft.com>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 678b55d..22e78ef 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -AC_INIT([cifs-utils],[6.10],[linux-cifs@vger.kernel.org],[cifs-utils],[https://wiki.samba.org/index.php/LinuxCIFS_utils]) +AC_INIT([cifs-utils],[6.11],[linux-cifs@vger.kernel.org],[cifs-utils],[https://wiki.samba.org/index.php/LinuxCIFS_utils]) AC_CONFIG_SRCDIR([data_blob.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_FILES([Makefile contrib/Makefile contrib/request-key.d/Makefile]) |