summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Layton <jlayton@samba.org>2014-07-11 11:14:06 -0400
committerJeff Layton <jlayton@samba.org>2014-07-11 11:14:06 -0400
commit487f46da737291877867cbd3acb40fea087d3863 (patch)
treefdfc96a25fb697d610d3b0a4d1d180fa385a260e
parent43fd65ba0fca85a86a79e84bb2bc42b531d858e6 (diff)
downloadcifs-utils-487f46da737291877867cbd3acb40fea087d3863.tar.gz
cifs-utils-487f46da737291877867cbd3acb40fea087d3863.tar.bz2
cifs-utils-487f46da737291877867cbd3acb40fea087d3863.zip
autoconf: set version to 6.4cifs-utils-6.4
Signed-off-by: Jeff Layton <jlayton@samba.org>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 43aa55c..4b93f5d 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.3.1],[linux-cifs@vger.kernel.org],[cifs-utils],[https://wiki.samba.org/index.php/LinuxCIFS_utils])
+AC_INIT([cifs-utils],[6.4],[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])