diff options
author | Jeff Layton <jlayton@samba.org> | 2012-10-12 13:28:37 -0400 |
---|---|---|
committer | Jeff Layton <jlayton@samba.org> | 2012-10-12 13:28:37 -0400 |
commit | 819018e34696b0fb9bf1b386304b5dce39ae0e6d (patch) | |
tree | 204e5e94980803fee94d694f373d01a6e9d23cd8 /configure.ac | |
parent | 8d70e81f0a486fc02ecb0fe38d61fd8f45b89772 (diff) | |
download | cifs-utils-819018e34696b0fb9bf1b386304b5dce39ae0e6d.tar.gz cifs-utils-819018e34696b0fb9bf1b386304b5dce39ae0e6d.tar.bz2 cifs-utils-819018e34696b0fb9bf1b386304b5dce39ae0e6d.zip |
autoconf: set release to 5.7.1 for interim builds
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 f969b37..07df3be 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.7], [linux-cifs@vger.kernel.org], [cifs-utils], [https://wiki.samba.org/index.php/LinuxCIFS_utils]) +AC_INIT([cifs-utils], [5.7.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]) |