summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Layton <jlayton@samba.org>2013-07-08 09:06:46 -0400
committerJeff Layton <jlayton@samba.org>2013-07-08 09:06:46 -0400
commit8919d8c6437aabb69a53c251e8ff6a8163ca227b (patch)
treee19067cd9ba6255eb061a866abb2524e39684c4f
parent069d1efdfab8d0d411b08f2c20f53b111cc92625 (diff)
downloadcifs-utils-8919d8c6437aabb69a53c251e8ff6a8163ca227b.tar.gz
cifs-utils-8919d8c6437aabb69a53c251e8ff6a8163ca227b.tar.bz2
cifs-utils-8919d8c6437aabb69a53c251e8ff6a8163ca227b.zip
autoconf: set version to 6.1.1 for interim builds
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 6e38f28..b5f7c49 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.1], [linux-cifs@vger.kernel.org], [cifs-utils], [https://wiki.samba.org/index.php/LinuxCIFS_utils])
+AC_INIT([cifs-utils], [6.1.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])