diff options
author | Jeff Layton <jlayton@samba.org> | 2010-10-19 14:59:49 -0400 |
---|---|---|
committer | Jeff Layton <jlayton@samba.org> | 2010-10-19 14:59:49 -0400 |
commit | 6739b667677b28740b87ede94e53dfc500718acb (patch) | |
tree | 9a18bf7da1b1472c0bc05efbc3001f860aa6581f | |
parent | 202f4b43209da32afc7ce5445a8f561c354c8f82 (diff) | |
download | cifs-utils-6739b667677b28740b87ede94e53dfc500718acb.tar.gz cifs-utils-6739b667677b28740b87ede94e53dfc500718acb.tar.bz2 cifs-utils-6739b667677b28740b87ede94e53dfc500718acb.zip |
autoconf: bump release to 4.7cifs-utils-4.7
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 7f82cd6..ff7509c 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.6.1], [cifs-utils@samba.org], [cifs-utils], [http://linux-cifs.samba.org/cifs-utils/]) +AC_INIT([cifs-utils], [4.7], [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]) |