diff options
author | Pavel Shilovsky <pshilov@microsoft.com> | 2019-04-05 10:03:41 -0700 |
---|---|---|
committer | Pavel Shilovsky <pshilov@microsoft.com> | 2019-04-05 10:03:41 -0700 |
commit | 9a8c21ad9e4510a83a3a41f7a04f763a4fe9ec09 (patch) | |
tree | 9f106c74ae16d87ec069d5f6a58cddde2ad8f12c | |
parent | aee01e0e61837fc8eb273039c5d1e11634b2e56a (diff) | |
download | cifs-utils-9a8c21ad9e4510a83a3a41f7a04f763a4fe9ec09.tar.gz cifs-utils-9a8c21ad9e4510a83a3a41f7a04f763a4fe9ec09.tar.bz2 cifs-utils-9a8c21ad9e4510a83a3a41f7a04f763a4fe9ec09.zip |
cifs-utils: bump version to 6.9cifs-utils-6.9
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 9f7d1a0..cc48563 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.8],[linux-cifs@vger.kernel.org],[cifs-utils],[https://wiki.samba.org/index.php/LinuxCIFS_utils]) +AC_INIT([cifs-utils],[6.9],[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]) |