diff options
author | Jeff Layton <jlayton@samba.org> | 2017-03-02 11:51:05 -0500 |
---|---|---|
committer | Jeff Layton <jlayton@samba.org> | 2017-03-02 11:51:05 -0500 |
commit | 8101a07871f185c7044fa2ca221b282ab4607c8b (patch) | |
tree | 45d63a84e48634eba609643bc8248e885330cab8 | |
parent | 69949ba0086ac7a4f07ade7558fbe5c537220ebb (diff) | |
download | cifs-utils-8101a07871f185c7044fa2ca221b282ab4607c8b.tar.gz cifs-utils-8101a07871f185c7044fa2ca221b282ab4607c8b.tar.bz2 cifs-utils-8101a07871f185c7044fa2ca221b282ab4607c8b.zip |
cifs-utils: bump version to 6.7cifs-utils-6.7
Signed-off-by: Jeff Layton <jlayton@samba.org>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 78a1215..cfd9f0b 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.6.1],[linux-cifs@vger.kernel.org],[cifs-utils],[https://wiki.samba.org/index.php/LinuxCIFS_utils]) +AC_INIT([cifs-utils],[6.7],[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]) |