diff options
author | Jeff Layton <jlayton@samba.org> | 2010-05-21 16:04:14 -0400 |
---|---|---|
committer | Jeff Layton <jlayton@samba.org> | 2010-05-21 16:04:14 -0400 |
commit | a90771d63e85b514bc5d2101eb8a52587eca1195 (patch) | |
tree | f9e268fe6d59714abff468eb13dba89543aaa5e2 /configure.ac | |
parent | 3439ca0527f103ad79e840092d06a461a36e9d72 (diff) | |
download | cifs-utils-a90771d63e85b514bc5d2101eb8a52587eca1195.tar.gz cifs-utils-a90771d63e85b514bc5d2101eb8a52587eca1195.tar.bz2 cifs-utils-a90771d63e85b514bc5d2101eb8a52587eca1195.zip |
cifs-utils: bump version number to 4.5cifs-utils-4.5
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 f3cb756..4c7b6ee 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.4.1], [cifs-utils@samba.org], [cifs-utils], [http://linux-cifs.samba.org/cifs-utils/]) +AC_INIT([cifs-utils], [4.5], [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]) |