diff options
author | Jeff Layton <jlayton@samba.org> | 2012-06-01 13:56:21 -0400 |
---|---|---|
committer | Jeff Layton <jlayton@samba.org> | 2012-06-01 13:56:21 -0400 |
commit | df561d40947e0b520deb48e1a4749afe9787949a (patch) | |
tree | 6b4af2c23056031be8595942b0e501a207dcf46c | |
parent | e52b72af2fc54177ecf11022a2aebbaa5a71b76b (diff) | |
download | cifs-utils-df561d40947e0b520deb48e1a4749afe9787949a.tar.gz cifs-utils-df561d40947e0b520deb48e1a4749afe9787949a.tar.bz2 cifs-utils-df561d40947e0b520deb48e1a4749afe9787949a.zip |
autoconf: set version to 5.5.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 b2345b4..0dd1155 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.5], [linux-cifs@vger.kernel.org], [cifs-utils], [https://wiki.samba.org/index.php/LinuxCIFS_utils]) +AC_INIT([cifs-utils], [5.5.1], [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]) |