diff options
author | Jeff Layton <jlayton@samba.org> | 2012-11-15 15:22:13 -0500 |
---|---|---|
committer | Jeff Layton <jlayton@samba.org> | 2012-12-03 09:58:57 -0500 |
commit | 92e12ecc28ac1a41eb48f693837be0ba070dc8af (patch) | |
tree | f2e16f26f662ef68396cef212b69aefb7f673763 | |
parent | 62b6e9429c6190a4e31dfe6a028ca9b2689d3f07 (diff) | |
download | cifs-utils-92e12ecc28ac1a41eb48f693837be0ba070dc8af.tar.gz cifs-utils-92e12ecc28ac1a41eb48f693837be0ba070dc8af.tar.bz2 cifs-utils-92e12ecc28ac1a41eb48f693837be0ba070dc8af.zip |
autoconf: set version to 5.8.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 865af2a..d97c51b 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], [5.8], [linux-cifs@vger.kernel.org], [cifs-utils], [https://wiki.samba.org/index.php/LinuxCIFS_utils]) +AC_INIT([cifs-utils], [5.8.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]) |