diff options
author | Jeff Layton <jlayton@samba.org> | 2013-10-04 06:56:41 -0400 |
---|---|---|
committer | Jeff Layton <jlayton@samba.org> | 2013-10-04 07:12:49 -0400 |
commit | 1ad2f127b150b32325b9858639f5f4f2ae949f82 (patch) | |
tree | b7cbdaf316fb5165fb6213a1415d65ca2a677590 | |
parent | 2f832e350ec472ea974c82133734c640bc02e869 (diff) | |
download | cifs-utils-1ad2f127b150b32325b9858639f5f4f2ae949f82.tar.gz cifs-utils-1ad2f127b150b32325b9858639f5f4f2ae949f82.tar.bz2 cifs-utils-1ad2f127b150b32325b9858639f5f4f2ae949f82.zip |
autoconf: set version to 6.2cifs-utils-6.2
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 e9eb162..e8f42a8 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.1],[linux-cifs@vger.kernel.org],[cifs-utils],[https://wiki.samba.org/index.php/LinuxCIFS_utils]) +AC_INIT([cifs-utils],[6.2],[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]) |