diff options
author | Jeff Layton <jlayton@samba.org> | 2014-01-09 11:19:53 -0500 |
---|---|---|
committer | Jeff Layton <jlayton@samba.org> | 2014-01-09 11:19:53 -0500 |
commit | fdfa292f445d2367bb455bbe03d0e16f34f91bcd (patch) | |
tree | ad49c168fd3a4aa0d6d7813c1920c1436b627ae1 | |
parent | ba68b6b98dee147478041c9bade6df3df176af62 (diff) | |
download | cifs-utils-fdfa292f445d2367bb455bbe03d0e16f34f91bcd.tar.gz cifs-utils-fdfa292f445d2367bb455bbe03d0e16f34f91bcd.tar.bz2 cifs-utils-fdfa292f445d2367bb455bbe03d0e16f34f91bcd.zip |
autoconf: set version to 6.3cifs-utils-6.3
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 4a9cb6d..e681331 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.1],[linux-cifs@vger.kernel.org],[cifs-utils],[https://wiki.samba.org/index.php/LinuxCIFS_utils]) +AC_INIT([cifs-utils],[6.3],[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]) |