diff options
author | Jeff Layton <jlayton@samba.org> | 2012-02-12 07:32:27 -0500 |
---|---|---|
committer | Jeff Layton <jlayton@samba.org> | 2012-02-12 07:32:27 -0500 |
commit | 9d74366169305bd3ea3c4bac036bfc982aa15648 (patch) | |
tree | 3c951b00d77fa15c42bd1045ca89524c87d7456f | |
parent | 9dd2c53ef26b6c0179494bacfea8f1f732be2270 (diff) | |
download | cifs-utils-9d74366169305bd3ea3c4bac036bfc982aa15648.tar.gz cifs-utils-9d74366169305bd3ea3c4bac036bfc982aa15648.tar.bz2 cifs-utils-9d74366169305bd3ea3c4bac036bfc982aa15648.zip |
autoconf: set release to 5.3.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 4c715ab..1923f28 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.3], [cifs-utils@samba.org], [cifs-utils], [https://wiki.samba.org/index.php/LinuxCIFS_utils]) +AC_INIT([cifs-utils], [5.3.1], [cifs-utils@samba.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]) |