summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Layton <jlayton@samba.org>2012-10-09 15:21:33 -0400
committerJeff Layton <jlayton@samba.org>2012-10-09 15:21:33 -0400
commit8d70e81f0a486fc02ecb0fe38d61fd8f45b89772 (patch)
tree69b3478fe47047ca9c19459bd19d57e084d87ef6
parent0705ac30ce5e8a7a7d72253d6ad6e79e73a2bfb0 (diff)
downloadcifs-utils-5.7.tar.gz
cifs-utils-5.7.tar.bz2
cifs-utils-5.7.zip
autoconf: set version to 5.7cifs-utils-5.7
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 993208a..f969b37 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.6.1], [linux-cifs@vger.kernel.org], [cifs-utils], [https://wiki.samba.org/index.php/LinuxCIFS_utils])
+AC_INIT([cifs-utils], [5.7], [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])