diff options
author | Jeff Layton <jlayton@redhat.com> | 2010-03-23 09:47:07 -0400 |
---|---|---|
committer | Jeff Layton <jlayton@redhat.com> | 2010-03-23 09:47:07 -0400 |
commit | 279b1648a661c5e38e7650da74551cff9322a4f9 (patch) | |
tree | 4a2ba8677f87de8555977a13b1ce7e366a116b1c | |
parent | c0371fced801f70cdf90f8bfcaf3413b93b6f491 (diff) | |
download | cifs-utils-279b1648a661c5e38e7650da74551cff9322a4f9.tar.gz cifs-utils-279b1648a661c5e38e7650da74551cff9322a4f9.tar.bz2 cifs-utils-279b1648a661c5e38e7650da74551cff9322a4f9.zip |
cifs-utils: release 4.1cifs-utils-4.1
Signed-off-by: Jeff Layton <jlayton@redhat.com>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 6951ca4..9f00bea 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.1rc1], [jlayton@samba.org], [cifs-utils], [http://samba.org/linux-cifs/cifs-utils/]) +AC_INIT([cifs-utils], [4.1], [jlayton@samba.org], [cifs-utils], [http://samba.org/linux-cifs/cifs-utils/]) AC_CONFIG_SRCDIR([replace.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_FILES([Makefile]) |