summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 723eeff..4ce490b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,12 +2,12 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.63])
-AC_INIT(cifs-utils, 0.1, jlayton@samba.org)
+AC_INIT([cifs-utils], [4.0], [jlayton@samba.org])
AC_CONFIG_SRCDIR([replace.h])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_FILES([Makefile])
-AM_INIT_AUTOMAKE(cifs-utils, 0.1)
+AM_INIT_AUTOMAKE([cifs-utils], [4.0])
# Checks for programs.
AC_PROG_CC