diff options
author | Jeff Layton <jlayton@samba.org> | 2013-07-02 15:13:33 -0400 |
---|---|---|
committer | Jeff Layton <jlayton@samba.org> | 2013-07-02 15:13:33 -0400 |
commit | 069d1efdfab8d0d411b08f2c20f53b111cc92625 (patch) | |
tree | 247fb542908c907dab896c959e65730ff1b5927e | |
parent | e99024cf8f70a1337e09eb9e97a57926f7bc8cac (diff) | |
download | cifs-utils-069d1efdfab8d0d411b08f2c20f53b111cc92625.tar.gz cifs-utils-069d1efdfab8d0d411b08f2c20f53b111cc92625.tar.bz2 cifs-utils-069d1efdfab8d0d411b08f2c20f53b111cc92625.zip |
cifs-utils: set version to 6.1cifs-utils-6.1
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 8a9cbe4..6e38f28 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], [6.0.1], [linux-cifs@vger.kernel.org], [cifs-utils], [https://wiki.samba.org/index.php/LinuxCIFS_utils]) +AC_INIT([cifs-utils], [6.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]) |