diff options
author | Jeff Layton <jlayton@samba.org> | 2012-07-26 10:41:24 -0400 |
---|---|---|
committer | Jeff Layton <jlayton@samba.org> | 2012-07-26 10:41:24 -0400 |
commit | 9449c2ac7419ef45fc08f7d4a654c100ee26fa17 (patch) | |
tree | 8dacd9a0ddd1de4811662a038294bf793796cd6c /configure.ac | |
parent | c44d290f3b5f221e7617bdb409bb8e44ceafef3e (diff) | |
download | cifs-utils-9449c2ac7419ef45fc08f7d4a654c100ee26fa17.tar.gz cifs-utils-9449c2ac7419ef45fc08f7d4a654c100ee26fa17.tar.bz2 cifs-utils-9449c2ac7419ef45fc08f7d4a654c100ee26fa17.zip |
autoconf: set version to 5.6cifs-utils-5.6
Signed-off-by: Jeff Layton <jlayton@samba.org>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 599401f..e2bed44 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.5.1], [linux-cifs@vger.kernel.org], [cifs-utils], [https://wiki.samba.org/index.php/LinuxCIFS_utils]) +AC_INIT([cifs-utils], [5.6], [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]) |