diff options
author | Jeff Layton <jlayton@samba.org> | 2016-09-01 21:06:33 -0400 |
---|---|---|
committer | Jeff Layton <jlayton@samba.org> | 2016-09-01 21:06:33 -0400 |
commit | 7926aaea98cdc96b6544b8e21fb5b0b4422c340d (patch) | |
tree | 0427f5159d7dc5632654b4489975bf4a26615239 | |
parent | 7852becab01989634aacc1fb8ff9581a11a7cdcf (diff) | |
download | cifs-utils-7926aaea98cdc96b6544b8e21fb5b0b4422c340d.tar.gz cifs-utils-7926aaea98cdc96b6544b8e21fb5b0b4422c340d.tar.bz2 cifs-utils-7926aaea98cdc96b6544b8e21fb5b0b4422c340d.zip |
autoconf: set version to 6.6cifs-utils-6.6
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 c1a2b1c..8c53938 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.5.1],[linux-cifs@vger.kernel.org],[cifs-utils],[https://wiki.samba.org/index.php/LinuxCIFS_utils]) +AC_INIT([cifs-utils],[6.6],[linux-cifs@vger.kernel.org],[cifs-utils],[https://wiki.samba.org/index.php/LinuxCIFS_utils]) AC_CONFIG_SRCDIR([replace.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_FILES([Makefile contrib/Makefile contrib/request-key.d/Makefile]) |