diff options
author | Jeff Layton <jlayton@samba.org> | 2016-02-22 10:31:25 -0500 |
---|---|---|
committer | Jeff Layton <jlayton@samba.org> | 2016-02-22 10:31:25 -0500 |
commit | 7edaddd4d91cdb06a55f25fd66c609c4c43168f8 (patch) | |
tree | 4a487a13ba9e3ee460795c8c23eee2f48ab18424 | |
parent | 7b2b35586d10c04f501222701c3382455a07ff9e (diff) | |
download | cifs-utils-7edaddd4d91cdb06a55f25fd66c609c4c43168f8.tar.gz cifs-utils-7edaddd4d91cdb06a55f25fd66c609c4c43168f8.tar.bz2 cifs-utils-7edaddd4d91cdb06a55f25fd66c609c4c43168f8.zip |
autoconf: set version to 6.5cifs-utils-6.5
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 5cadab8..7cdb955 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.4.1],[linux-cifs@vger.kernel.org],[cifs-utils],[https://wiki.samba.org/index.php/LinuxCIFS_utils]) +AC_INIT([cifs-utils],[6.5],[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]) |