diff options
author | Pavel Shilovsky <pshilov@microsoft.com> | 2020-12-31 10:26:10 -0800 |
---|---|---|
committer | Pavel Shilovsky <pshilov@microsoft.com> | 2020-12-31 10:26:10 -0800 |
commit | 73008e3292e4d46fde3eab5d5f618886210ec4a1 (patch) | |
tree | 5a00f16a2c04b6424f665595d06c1084bcc7ba79 /configure.ac | |
parent | 16af2c4ac8e9643030deb88e030fa8d9a0f280b9 (diff) | |
download | cifs-utils-73008e3292e4d46fde3eab5d5f618886210ec4a1.tar.gz cifs-utils-73008e3292e4d46fde3eab5d5f618886210ec4a1.tar.bz2 cifs-utils-73008e3292e4d46fde3eab5d5f618886210ec4a1.zip |
cifs-utils: bump version to 6.12cifs-utils-6.12
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 22e78ef..1ea6e5d 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.11],[linux-cifs@vger.kernel.org],[cifs-utils],[https://wiki.samba.org/index.php/LinuxCIFS_utils]) +AC_INIT([cifs-utils],[6.12],[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]) |