summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Layton <jlayton@samba.org>2012-05-30 06:12:16 -0400
committerJeff Layton <jlayton@samba.org>2012-05-30 06:12:16 -0400
commite52b72af2fc54177ecf11022a2aebbaa5a71b76b (patch)
tree8bc8c742cb897857113666be1657bc59dad3a201
parent957a94838a779a106e5c09806678eaecb8fcb242 (diff)
downloadcifs-utils-e52b72af2fc54177ecf11022a2aebbaa5a71b76b.tar.gz
cifs-utils-e52b72af2fc54177ecf11022a2aebbaa5a71b76b.tar.bz2
cifs-utils-e52b72af2fc54177ecf11022a2aebbaa5a71b76b.zip
autoconf: set version to 5.5cifs-utils-5.5
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 70708cd..b2345b4 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.1], [linux-cifs@vger.kernel.org], [cifs-utils], [https://wiki.samba.org/index.php/LinuxCIFS_utils])
+AC_INIT([cifs-utils], [5.5], [linux-cifs@vger.kernel.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])