summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorunknown <bar@gw.udmsearch.izhnet.ru>2002-06-05 21:16:18 +0500
committerunknown <bar@gw.udmsearch.izhnet.ru>2002-06-05 21:16:18 +0500
commitcb27688b4866c7c8c68cd05411902a5424ea9e94 (patch)
tree4840271918ea30ed9147a470c05bc9ca2c04f752 /configure.in
parentfa86b948379ca3929ebd8a7b941d6c2fbb26f8ec (diff)
downloadmariadb-git-cb27688b4866c7c8c68cd05411902a5424ea9e94.tar.gz
configure.in:
changed version number
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index b4c25021b7e..53c235fd9e1 100644
--- a/configure.in
+++ b/configure.in
@@ -4,7 +4,7 @@ dnl Process this file with autoconf to produce a configure script.
AC_INIT(sql/mysqld.cc)
AC_CANONICAL_SYSTEM
# The Docs Makefile.am parses this line!
-AM_INIT_AUTOMAKE(mysql, 4.0.2-alpha)
+AM_INIT_AUTOMAKE(mysql, 4.1.0-alpha)
AM_CONFIG_HEADER(config.h)
PROTOCOL_VERSION=10