diff options
author | Jeff Layton <jlayton@samba.org> | 2014-04-02 10:21:10 -0400 |
---|---|---|
committer | Jeff Layton <jlayton@samba.org> | 2014-04-07 14:35:02 -0400 |
commit | 594f03a5c053d2a539ffb8e2889832829ee542ee (patch) | |
tree | a9d95c433fc9fcb89af097398c22d3759693c7a5 | |
parent | fdfa292f445d2367bb455bbe03d0e16f34f91bcd (diff) | |
download | cifs-utils-594f03a5c053d2a539ffb8e2889832829ee542ee.tar.gz cifs-utils-594f03a5c053d2a539ffb8e2889832829ee542ee.tar.bz2 cifs-utils-594f03a5c053d2a539ffb8e2889832829ee542ee.zip |
autoconf: set version to 6.3.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 e681331..6cd8558 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.3],[linux-cifs@vger.kernel.org],[cifs-utils],[https://wiki.samba.org/index.php/LinuxCIFS_utils]) +AC_INIT([cifs-utils],[6.3.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]) |