diff options
author | Jeff Layton <jlayton@samba.org> | 2010-07-30 08:17:01 -0400 |
---|---|---|
committer | Jeff Layton <jlayton@samba.org> | 2010-07-30 08:17:01 -0400 |
commit | 0540777249f7673499c6d53b59b56815b0df2935 (patch) | |
tree | ca1e43bf7f3feba3da8f73327e6f56a3d93e9c1b | |
parent | cbf27473d6e8e45fb9525aea61f6391d7cdc93e8 (diff) | |
download | cifs-utils-0540777249f7673499c6d53b59b56815b0df2935.tar.gz cifs-utils-0540777249f7673499c6d53b59b56815b0df2935.tar.bz2 cifs-utils-0540777249f7673499c6d53b59b56815b0df2935.zip |
autoconf: bump version to 4.6cifs-utils-4.6
Signed-off-by: Jeff Layton <jlayton@samba.org>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 64192ab..02adce6 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.2], [cifs-utils@samba.org], [cifs-utils], [http://linux-cifs.samba.org/cifs-utils/]) +AC_INIT([cifs-utils], [4.6], [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]) |