diff options
author | Jeff Layton <jlayton@samba.org> | 2013-10-08 21:13:41 -0400 |
---|---|---|
committer | Jeff Layton <jlayton@samba.org> | 2013-10-08 21:13:41 -0400 |
commit | ec983ad90408b689408c2c89179bf8f7b35665a6 (patch) | |
tree | 3b036e49ecb07671cd7f68d48f807127ee60be43 | |
parent | 1ad2f127b150b32325b9858639f5f4f2ae949f82 (diff) | |
download | cifs-utils-ec983ad90408b689408c2c89179bf8f7b35665a6.tar.gz cifs-utils-ec983ad90408b689408c2c89179bf8f7b35665a6.tar.bz2 cifs-utils-ec983ad90408b689408c2c89179bf8f7b35665a6.zip |
autoconf: set release to 6.2.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 e8f42a8..c5b2244 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.2],[linux-cifs@vger.kernel.org],[cifs-utils],[https://wiki.samba.org/index.php/LinuxCIFS_utils]) +AC_INIT([cifs-utils],[6.2.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]) |