diff options
author | Jeff Layton <jlayton@samba.org> | 2016-07-12 16:54:04 -0400 |
---|---|---|
committer | Jeff Layton <jlayton@samba.org> | 2016-07-12 16:54:04 -0400 |
commit | 62e73b1879077790e930e68f004fe3fbe997f84d (patch) | |
tree | 2c0d8d3f1792b89c6f61552b759946e23a06e064 | |
parent | 7edaddd4d91cdb06a55f25fd66c609c4c43168f8 (diff) | |
download | cifs-utils-62e73b1879077790e930e68f004fe3fbe997f84d.tar.gz cifs-utils-62e73b1879077790e930e68f004fe3fbe997f84d.tar.bz2 cifs-utils-62e73b1879077790e930e68f004fe3fbe997f84d.zip |
autoconf: set package version to 6.5.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 7cdb955..c1a2b1c 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.5],[linux-cifs@vger.kernel.org],[cifs-utils],[https://wiki.samba.org/index.php/LinuxCIFS_utils]) +AC_INIT([cifs-utils],[6.5.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]) |