diff options
author | Jeff Layton <jlayton@samba.org> | 2011-03-15 13:30:37 -0400 |
---|---|---|
committer | Jeff Layton <jlayton@samba.org> | 2011-03-15 13:30:37 -0400 |
commit | 201e3fcc8fd2437990d061b29283de256a7f37fd (patch) | |
tree | 25c7480d381cdbd3f599b12bdbdad683bcd964a3 /configure.ac | |
parent | cf7d6d481a84fdfc8272e38a6eb49c8a52fa201f (diff) | |
download | cifs-utils-201e3fcc8fd2437990d061b29283de256a7f37fd.tar.gz cifs-utils-201e3fcc8fd2437990d061b29283de256a7f37fd.tar.bz2 cifs-utils-201e3fcc8fd2437990d061b29283de256a7f37fd.zip |
autoconf: bump version to 4.9.1 for interim builds
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 0575f74..e0e2a60 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.9], [cifs-utils@samba.org], [cifs-utils], [http://linux-cifs.samba.org/cifs-utils/]) +AC_INIT([cifs-utils], [4.9.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]) |