diff options
author | Jeff Layton <jlayton@samba.org> | 2012-11-11 06:09:23 -0500 |
---|---|---|
committer | Jeff Layton <jlayton@samba.org> | 2012-11-11 06:09:23 -0500 |
commit | 62b6e9429c6190a4e31dfe6a028ca9b2689d3f07 (patch) | |
tree | b991b8b9907c2738e94fa97b20a7df6203316031 | |
parent | 60df9bbd90fc43e388ae42d6ed73415b45e43227 (diff) | |
download | cifs-utils-62b6e9429c6190a4e31dfe6a028ca9b2689d3f07.tar.gz cifs-utils-62b6e9429c6190a4e31dfe6a028ca9b2689d3f07.tar.bz2 cifs-utils-62b6e9429c6190a4e31dfe6a028ca9b2689d3f07.zip |
autoconf: set version to 5.8cifs-utils-5.8
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 07df3be..865af2a 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], [5.7.1], [linux-cifs@vger.kernel.org], [cifs-utils], [https://wiki.samba.org/index.php/LinuxCIFS_utils]) +AC_INIT([cifs-utils], [5.8], [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]) |