diff options
author | Pavel Shilovsky <pshilovsky@samba.org> | 2022-04-29 14:45:41 -0700 |
---|---|---|
committer | Pavel Shilovsky <pshilovsky@samba.org> | 2022-04-29 14:45:41 -0700 |
commit | 58ca03f183b375cb723097a241bc2fc2254dab21 (patch) | |
tree | 8d875c3663b4af972b48e768b275e8f0c8b70dc4 /configure.ac | |
parent | 8acc963a2e7e9d63fe1f2e7f73f5a03f83d9c379 (diff) | |
download | cifs-utils-58ca03f183b375cb723097a241bc2fc2254dab21.tar.gz cifs-utils-58ca03f183b375cb723097a241bc2fc2254dab21.tar.bz2 cifs-utils-58ca03f183b375cb723097a241bc2fc2254dab21.zip |
cifs-utils: bump version to 6.15cifs-utils-6.15
Signed-off-by: Pavel Shilovsky <pshilovsky@samba.org>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index ba6dfe1..19fb3d0 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.14],[linux-cifs@vger.kernel.org],[cifs-utils],[https://wiki.samba.org/index.php/LinuxCIFS_utils]) +AC_INIT([cifs-utils],[6.15],[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]) |