diff options
author | Jeff Layton <jlayton@samba.org> | 2010-04-28 07:19:24 -0400 |
---|---|---|
committer | Jeff Layton <jlayton@samba.org> | 2010-04-28 07:19:24 -0400 |
commit | e4f4bef417e5c910f12e2a31b197866af78b5e60 (patch) | |
tree | 87417a41766a860fe8231533a076983b1c68c04a /configure.ac | |
parent | b046d4196855294d57bf57a5b31fbfab41125d4b (diff) | |
download | cifs-utils-e4f4bef417e5c910f12e2a31b197866af78b5e60.tar.gz cifs-utils-e4f4bef417e5c910f12e2a31b197866af78b5e60.tar.bz2 cifs-utils-e4f4bef417e5c910f12e2a31b197866af78b5e60.zip |
cifs-utils: bump version number to 4.4
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 c56a944..058766f 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.3.1], [cifs-utils@samba.org], [cifs-utils], [http://linux-cifs.samba.org/cifs-utils/]) +AC_INIT([cifs-utils], [4.4], [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]) |