From: Jeff Layton Date: Wed, 10 Apr 2013 17:24:50 +0000 (-0400) Subject: cifs-utils: set version to 6.0.1 for interim builds X-Git-Url: http://git.samba.org/?p=jlayton%2Fcifs-utils.git;a=commitdiff_plain;h=0d57c198d6d03117b1e8ebb564ce8ac2535b607d cifs-utils: set version to 6.0.1 for interim builds Signed-off-by: Jeff Layton --- diff --git a/configure.ac b/configure.ac index 08fce7e..8a9cbe4 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.0], [linux-cifs@vger.kernel.org], [cifs-utils], [https://wiki.samba.org/index.php/LinuxCIFS_utils]) +AC_INIT([cifs-utils], [6.0.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])