summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJeff Layton <jlayton@samba.org>2011-09-23 12:51:28 -0400
committerJeff Layton <jlayton@samba.org>2011-09-23 12:51:28 -0400
commitedfa09f5b254dd52e0954abf635048cbd62d08ec (patch)
treede939a880fcd5abfa4b017b38abeb394538832e8 /configure.ac
parent3956417185b257b877184b04e035254000e8eafe (diff)
downloadcifs-utils-edfa09f5b254dd52e0954abf635048cbd62d08ec.tar.gz
cifs-utils-edfa09f5b254dd52e0954abf635048cbd62d08ec.tar.bz2
cifs-utils-edfa09f5b254dd52e0954abf635048cbd62d08ec.zip
autoconf: set version to 5.1cifs-utils-5.1
Signed-off-by: Jeff Layton <jlayton@samba.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 2607fb1..de653b7 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.0.1], [cifs-utils@samba.org], [cifs-utils], [http://linux-cifs.samba.org/cifs-utils/])
+AC_INIT([cifs-utils], [5.1], [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])