diff options
author | Jeff Layton <jlayton@samba.org> | 2010-12-09 09:30:03 -0500 |
---|---|---|
committer | Jeff Layton <jlayton@samba.org> | 2010-12-09 09:30:03 -0500 |
commit | 4154422a9e58c2fe7009312f45543fedc20d1ffd (patch) | |
tree | ff1f0ed3ad8501911dc0a380fa6977911424052e | |
parent | 6739b667677b28740b87ede94e53dfc500718acb (diff) | |
download | cifs-utils-4154422a9e58c2fe7009312f45543fedc20d1ffd.tar.gz cifs-utils-4154422a9e58c2fe7009312f45543fedc20d1ffd.tar.bz2 cifs-utils-4154422a9e58c2fe7009312f45543fedc20d1ffd.zip |
cifs-utils: bump version number to 4.7.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 ff7509c..a04596c 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], [4.7], [cifs-utils@samba.org], [cifs-utils], [http://linux-cifs.samba.org/cifs-utils/]) +AC_INIT([cifs-utils], [4.7.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]) |