diff options
author | Jeff Layton <jlayton@samba.org> | 2010-05-02 06:32:30 -0400 |
---|---|---|
committer | Jeff Layton <jlayton@samba.org> | 2010-05-02 06:32:30 -0400 |
commit | 373146ceda319fb7585439d74f216b8a94b9525b (patch) | |
tree | e640b687fb985f8258d814f027ad3ee504f9c499 | |
parent | e4f4bef417e5c910f12e2a31b197866af78b5e60 (diff) | |
download | cifs-utils-373146ceda319fb7585439d74f216b8a94b9525b.tar.gz cifs-utils-373146ceda319fb7585439d74f216b8a94b9525b.tar.bz2 cifs-utils-373146ceda319fb7585439d74f216b8a94b9525b.zip |
cifs-utils: bump version number to 4.4.1 for interim builds
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 058766f..f3cb756 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], [cifs-utils@samba.org], [cifs-utils], [http://linux-cifs.samba.org/cifs-utils/]) +AC_INIT([cifs-utils], [4.4.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]) |