diff options
author | Jeff Layton <jlayton@samba.org> | 2013-01-07 07:19:46 -0500 |
---|---|---|
committer | Jeff Layton <jlayton@samba.org> | 2013-01-07 07:19:48 -0500 |
commit | 353d491dcb5d69d31434abeb962c8e9a49c36867 (patch) | |
tree | baf926b7839499894016a95502c0d6eb1c3d0058 | |
parent | 85d18a1edfa95e9329a57615e92a58a5ab1902c1 (diff) | |
download | cifs-utils-353d491dcb5d69d31434abeb962c8e9a49c36867.tar.gz cifs-utils-353d491dcb5d69d31434abeb962c8e9a49c36867.tar.bz2 cifs-utils-353d491dcb5d69d31434abeb962c8e9a49c36867.zip |
autoconf: set version to 5.9cifs-utils-5.9
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 0653f16..eb2bbf4 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.1], [linux-cifs@vger.kernel.org], [cifs-utils], [https://wiki.samba.org/index.php/LinuxCIFS_utils]) +AC_INIT([cifs-utils], [5.9], [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]) |