diff options
author | Jeff Layton <jlayton@samba.org> | 2011-07-08 09:59:26 -0400 |
---|---|---|
committer | Jeff Layton <jlayton@samba.org> | 2011-07-08 09:59:26 -0400 |
commit | 2c9e666011c352605a019ee82f39eefb53cc6ad8 (patch) | |
tree | c42017f58423d6375a3846477e8193d7c569ee66 /configure.ac | |
parent | ecfe8f9a6f3b9943f0de449960bba95792656fb4 (diff) | |
download | cifs-utils-2c9e666011c352605a019ee82f39eefb53cc6ad8.tar.gz cifs-utils-2c9e666011c352605a019ee82f39eefb53cc6ad8.tar.bz2 cifs-utils-2c9e666011c352605a019ee82f39eefb53cc6ad8.zip |
autoconf: bump release number to 5.0.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 7730ca7..780abe7 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], [5.0], [cifs-utils@samba.org], [cifs-utils], [http://linux-cifs.samba.org/cifs-utils/]) +AC_INIT([cifs-utils], [5.0.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]) |