diff options
author | Jeff Layton <jlayton@samba.org> | 2011-01-15 20:24:58 -0500 |
---|---|---|
committer | Jeff Layton <jlayton@samba.org> | 2011-01-15 20:24:58 -0500 |
commit | bf092b75df7a4aae2c4360900175c8a632abb7f2 (patch) | |
tree | 8b80d053c870cc98667ad54af406f9b5a91faf70 /configure.ac | |
parent | 4b8adf3f935ecf738cb11e8c1fdb1725e1f3d7c4 (diff) | |
download | cifs-utils-bf092b75df7a4aae2c4360900175c8a632abb7f2.tar.gz cifs-utils-bf092b75df7a4aae2c4360900175c8a632abb7f2.tar.bz2 cifs-utils-bf092b75df7a4aae2c4360900175c8a632abb7f2.zip |
autoconf: bump release to 4.8cifs-utils-4.8
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 53b698d..3a4c2f9 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.1], [cifs-utils@samba.org], [cifs-utils], [http://linux-cifs.samba.org/cifs-utils/]) +AC_INIT([cifs-utils], [4.8], [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]) |