diff options
author | Jeff Layton <jlayton@samba.org> | 2013-03-22 06:18:19 -0400 |
---|---|---|
committer | Jeff Layton <jlayton@samba.org> | 2013-03-25 10:52:05 -0400 |
commit | 00cb36de848a52a5aaa510a46a5bdd40a7417692 (patch) | |
tree | c01bdba30ad969a5d6ee1e62972375f459fd2f85 | |
parent | 8ef14ea81773310a439a70e419f33dcc1c76f1eb (diff) | |
download | cifs-utils-00cb36de848a52a5aaa510a46a5bdd40a7417692.tar.gz cifs-utils-00cb36de848a52a5aaa510a46a5bdd40a7417692.tar.bz2 cifs-utils-00cb36de848a52a5aaa510a46a5bdd40a7417692.zip |
autoconf: set version to 6.0cifs-utils-6.0
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 b6743e0..08fce7e 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.1], [linux-cifs@vger.kernel.org], [cifs-utils], [https://wiki.samba.org/index.php/LinuxCIFS_utils]) +AC_INIT([cifs-utils], [6.0], [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]) |