diff options
author | Jeff Layton <jlayton@samba.org> | 2010-07-27 12:33:33 -0400 |
---|---|---|
committer | Jeff Layton <jlayton@samba.org> | 2010-07-27 12:33:33 -0400 |
commit | cdbb6556d8394618bdb81cf2c0eaaebd58e9f1cd (patch) | |
tree | 03fb70ec6c45b52c8e60d0dc3cd0fff2ad7998e1 /configure.ac | |
parent | 871111a8a4491cc27bc8e99b4de85c3e0a2abbd4 (diff) | |
download | cifs-utils-cdbb6556d8394618bdb81cf2c0eaaebd58e9f1cd.tar.gz cifs-utils-cdbb6556d8394618bdb81cf2c0eaaebd58e9f1cd.tar.bz2 cifs-utils-cdbb6556d8394618bdb81cf2c0eaaebd58e9f1cd.zip |
autoconf: bump version to 4.5.2
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 909acd0..64192ab 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.5.1], [cifs-utils@samba.org], [cifs-utils], [http://linux-cifs.samba.org/cifs-utils/]) +AC_INIT([cifs-utils], [4.5.2], [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]) |