diff options
author | Jeff Layton <jlayton@samba.org> | 2012-04-18 15:40:06 -0400 |
---|---|---|
committer | Jeff Layton <jlayton@samba.org> | 2012-04-18 15:40:06 -0400 |
commit | 0d9cbfa3574c5dce0680f1845cd7bee33e7164d6 (patch) | |
tree | c2487922a5cacc5f8c1518d04f21038790a45535 | |
parent | 63893320b4c8f0f43da1efd40c4ba4b0af990789 (diff) | |
download | cifs-utils-0d9cbfa3574c5dce0680f1845cd7bee33e7164d6.tar.gz cifs-utils-0d9cbfa3574c5dce0680f1845cd7bee33e7164d6.tar.bz2 cifs-utils-0d9cbfa3574c5dce0680f1845cd7bee33e7164d6.zip |
autoconf: set version to 5.4cifs-utils-5.4
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 d5d978b..cf4a680 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], [5.3.1], [cifs-utils@samba.org], [cifs-utils], [https://wiki.samba.org/index.php/LinuxCIFS_utils]) +AC_INIT([cifs-utils], [5.4], [cifs-utils@samba.org], [cifs-utils], [https://wiki.samba.org/index.php/LinuxCIFS_utils]) AC_CONFIG_SRCDIR([replace.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_FILES([Makefile contrib/Makefile contrib/request-key.d/Makefile]) |