diff options
author | Jeff Layton <jlayton@samba.org> | 2010-08-04 06:35:24 -0400 |
---|---|---|
committer | Jeff Layton <jlayton@samba.org> | 2010-08-04 06:35:24 -0400 |
commit | 796c714569f5a2d1563f284d94333f2971217417 (patch) | |
tree | 5ad016622e8b8df373da5dd29160b43205574c87 /configure.ac | |
parent | 0540777249f7673499c6d53b59b56815b0df2935 (diff) | |
download | cifs-utils-796c714569f5a2d1563f284d94333f2971217417.tar.gz cifs-utils-796c714569f5a2d1563f284d94333f2971217417.tar.bz2 cifs-utils-796c714569f5a2d1563f284d94333f2971217417.zip |
autoconf: bump version number to 4.6.1 for non-release 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 02adce6..266380a 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], [cifs-utils@samba.org], [cifs-utils], [http://linux-cifs.samba.org/cifs-utils/]) +AC_INIT([cifs-utils], [4.6.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]) |