diff options
author | Jeff Layton <jlayton@samba.org> | 2013-01-07 10:23:09 -0500 |
---|---|---|
committer | Jeff Layton <jlayton@samba.org> | 2013-01-07 10:23:09 -0500 |
commit | 9c988b1e39c5abe88e795bb3fb9285ee6c4b80fc (patch) | |
tree | 03ea530e2fdb6544d68603a0696a03cecf4c9cd8 | |
parent | 353d491dcb5d69d31434abeb962c8e9a49c36867 (diff) | |
download | cifs-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.ac | 2 |
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]) |