diff options
author | Jeff Layton <jlayton@samba.org> | 2013-04-10 13:24:50 -0400 |
---|---|---|
committer | Jeff Layton <jlayton@samba.org> | 2013-04-10 13:24:50 -0400 |
commit | 0d57c198d6d03117b1e8ebb564ce8ac2535b607d (patch) | |
tree | 8b5fed79d1a6be968db3cbcab295e591ac2839a5 | |
parent | 00cb36de848a52a5aaa510a46a5bdd40a7417692 (diff) | |
download | cifs-utils-0d57c198d6d03117b1e8ebb564ce8ac2535b607d.tar.gz cifs-utils-0d57c198d6d03117b1e8ebb564ce8ac2535b607d.tar.bz2 cifs-utils-0d57c198d6d03117b1e8ebb564ce8ac2535b607d.zip |
cifs-utils: set version to 6.0.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 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]) |