diff options
author | Pavel Shilovsky <pshilovsky@samba.org> | 2022-08-11 13:40:15 -0700 |
---|---|---|
committer | Pavel Shilovsky <pshilovsky@samba.org> | 2022-08-11 13:40:15 -0700 |
commit | 316522036133d44ed02cd39ed2748e2b59c85b30 (patch) | |
tree | b807f4f183872e4d397fda498af08c718306e0b8 | |
parent | 7b918730168851586416b22d2197fc6ce7be0638 (diff) | |
download | cifs-utils-master.tar.gz cifs-utils-master.tar.bz2 cifs-utils-master.zip |
cifs-utils: bump version to 7.0HEADcifs-utils-7.0master
Signed-off-by: Pavel Shilovsky <pshilovsky@samba.org>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index d78b75d..0ed148f 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.15],[linux-cifs@vger.kernel.org],[cifs-utils],[https://wiki.samba.org/index.php/LinuxCIFS_utils]) +AC_INIT([cifs-utils],[7.0],[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]) |