diff options
author | Jeff Layton <jlayton@samba.org> | 2011-12-09 21:36:00 -0500 |
---|---|---|
committer | Jeff Layton <jlayton@samba.org> | 2011-12-09 21:36:00 -0500 |
commit | c3fff275e873fd9b9639124e993dd4ad737614db (patch) | |
tree | 44b794352ad3ea25cfb76595a91e5ee7e4c8f875 | |
parent | 6dcc86dff3f9afd75e3ae906fad3c8c223efddaf (diff) | |
download | cifs-utils-c3fff275e873fd9b9639124e993dd4ad737614db.tar.gz cifs-utils-c3fff275e873fd9b9639124e993dd4ad737614db.tar.bz2 cifs-utils-c3fff275e873fd9b9639124e993dd4ad737614db.zip |
autoconf: bump release to 5.2.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 4550070..474b3f4 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.2], [cifs-utils@samba.org], [cifs-utils], [http://linux-cifs.samba.org/cifs-utils/]) +AC_INIT([cifs-utils], [5.2.1], [cifs-utils@samba.org], [cifs-utils], [http://linux-cifs.samba.org/cifs-utils/]) AC_CONFIG_SRCDIR([replace.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_FILES([Makefile]) |