diff options
author | Jeff Layton <jlayton@samba.org> | 2014-12-08 06:09:44 -0500 |
---|---|---|
committer | Jeff Layton <jlayton@samba.org> | 2014-12-08 06:09:44 -0500 |
commit | d21675b34a77868cac7e0131ddac79a32d8809ba (patch) | |
tree | 25a8e3e0276424113f0eb639ec60fd30023e1437 | |
parent | 487f46da737291877867cbd3acb40fea087d3863 (diff) | |
download | cifs-utils-d21675b34a77868cac7e0131ddac79a32d8809ba.tar.gz cifs-utils-d21675b34a77868cac7e0131ddac79a32d8809ba.tar.bz2 cifs-utils-d21675b34a77868cac7e0131ddac79a32d8809ba.zip |
autoconf: set version to 6.4.1 for interim builds
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 4b93f5d..5cadab8 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],[linux-cifs@vger.kernel.org],[cifs-utils],[https://wiki.samba.org/index.php/LinuxCIFS_utils]) +AC_INIT([cifs-utils],[6.4.1],[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]) |