diff options
author | Jeff Layton <jlayton@samba.org> | 2011-12-09 20:28:17 -0500 |
---|---|---|
committer | Jeff Layton <jlayton@samba.org> | 2011-12-09 20:28:17 -0500 |
commit | 6dcc86dff3f9afd75e3ae906fad3c8c223efddaf (patch) | |
tree | 06de2f8b8dabe0a06176d94bc2ab3f13ae04fee9 | |
parent | b0c77da5f8e7465a6032954cef12f016d6b05388 (diff) | |
download | cifs-utils-6dcc86dff3f9afd75e3ae906fad3c8c223efddaf.tar.gz cifs-utils-6dcc86dff3f9afd75e3ae906fad3c8c223efddaf.tar.bz2 cifs-utils-6dcc86dff3f9afd75e3ae906fad3c8c223efddaf.zip |
autoconf: set version to 5.2cifs-utils-5.2
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 bcad35b..4550070 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.1.1], [cifs-utils@samba.org], [cifs-utils], [http://linux-cifs.samba.org/cifs-utils/]) +AC_INIT([cifs-utils], [5.2], [cifs-utils@samba.org], [cifs-utils], [http://linux-cifs.samba.org/cifs-utils/]) AC_CONFIG_SRCDIR([replace.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_FILES([Makefile]) |