summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Layton <jlayton@samba.org>2013-01-07 10:23:09 -0500
committerJeff Layton <jlayton@samba.org>2013-01-07 10:23:09 -0500
commit9c988b1e39c5abe88e795bb3fb9285ee6c4b80fc (patch)
tree03ea530e2fdb6544d68603a0696a03cecf4c9cd8
parent353d491dcb5d69d31434abeb962c8e9a49c36867 (diff)
downloadcifs-utils-9c988b1e39c5abe88e795bb3fb9285ee6c4b80fc.tar.gz
cifs-utils-9c988b1e39c5abe88e795bb3fb9285ee6c4b80fc.tar.bz2
cifs-utils-9c988b1e39c5abe88e795bb3fb9285ee6c4b80fc.zip
autoconf: set release to 5.9.1 for interim builds
Signed-off-by: Jeff Layton <jlayton@samba.org>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index eb2bbf4..b6743e0 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.9], [linux-cifs@vger.kernel.org], [cifs-utils], [https://wiki.samba.org/index.php/LinuxCIFS_utils])
+AC_INIT([cifs-utils], [5.9.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])