diff options
author | Pavel Shilovsky <pshilov@microsoft.com> | 2021-04-12 16:34:48 -0700 |
---|---|---|
committer | Pavel Shilovsky <pshilov@microsoft.com> | 2021-04-12 16:34:48 -0700 |
commit | 464a60344a324311a6f5bb326fdf5f422a3c9005 (patch) | |
tree | 6df934063d6ecbfc8c3bee849f275fa867b84199 /configure.ac | |
parent | e461afd8cfa6d0781ae0c5c10e89b6ef1ca6da32 (diff) | |
download | cifs-utils-464a60344a324311a6f5bb326fdf5f422a3c9005.tar.gz cifs-utils-464a60344a324311a6f5bb326fdf5f422a3c9005.tar.bz2 cifs-utils-464a60344a324311a6f5bb326fdf5f422a3c9005.zip |
cifs-utils: bump version to 6.13cifs-utils-6.13
Signed-off-by: Pavel Shilovsky <pshilov@microsoft.com>
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 1ea6e5d..980225a 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.12],[linux-cifs@vger.kernel.org],[cifs-utils],[https://wiki.samba.org/index.php/LinuxCIFS_utils]) +AC_INIT([cifs-utils],[6.13],[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]) |