summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Layton <jlayton@samba.org>2012-04-19 07:29:33 -0400
committerJeff Layton <jlayton@samba.org>2012-04-19 07:29:33 -0400
commit676f0386df51b36df42d8b6b815b7d9d8b6934dc (patch)
tree123427bfa0affa16d7ccd9adbdf5b59a439228a4
parent0d9cbfa3574c5dce0680f1845cd7bee33e7164d6 (diff)
downloadcifs-utils-676f0386df51b36df42d8b6b815b7d9d8b6934dc.tar.gz
cifs-utils-676f0386df51b36df42d8b6b815b7d9d8b6934dc.tar.bz2
cifs-utils-676f0386df51b36df42d8b6b815b7d9d8b6934dc.zip
autoconf: set version to 5.4.1 for interim builds
Signed-off-by: Jeff Layton <jlayton@samba.org>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index cf4a680..2912997 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.4], [cifs-utils@samba.org], [cifs-utils], [https://wiki.samba.org/index.php/LinuxCIFS_utils])
+AC_INIT([cifs-utils], [5.4.1], [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])