diff options
author | Pavel Shilovsky <pshilovsky@samba.org> | 2021-09-23 16:48:45 -0700 |
---|---|---|
committer | Pavel Shilovsky <pshilovsky@samba.org> | 2021-09-23 16:48:45 -0700 |
commit | 8c06dce7d596e478c20bc54bdcec87ad97f80a1b (patch) | |
tree | 9269ae5107b4f76e1d7740c042b69dec1630a708 /configure.ac | |
parent | e2e216c99ecb8447bfc08931c7e4c646efa43fcc (diff) | |
download | cifs-utils-8c06dce7d596e478c20bc54bdcec87ad97f80a1b.tar.gz cifs-utils-8c06dce7d596e478c20bc54bdcec87ad97f80a1b.tar.bz2 cifs-utils-8c06dce7d596e478c20bc54bdcec87ad97f80a1b.zip |
cifs-utils: bump version to 6.14cifs-utils-6.14
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 980225a..ba6dfe1 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.13],[linux-cifs@vger.kernel.org],[cifs-utils],[https://wiki.samba.org/index.php/LinuxCIFS_utils]) +AC_INIT([cifs-utils],[6.14],[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]) |