diff options
author | monty@mashka.mysql.fi <> | 2003-01-08 11:24:39 +0200 |
---|---|---|
committer | monty@mashka.mysql.fi <> | 2003-01-08 11:24:39 +0200 |
commit | 89ef355b9e8844d6da47da788adcf2249ee8fa77 (patch) | |
tree | 3baa30a8807f3489fb00ce29549c8b3360ed650c /configure.in | |
parent | 602f3664e3b874bf2fa7e94dfde7f45be94fe5d3 (diff) | |
download | mariadb-git-89ef355b9e8844d6da47da788adcf2249ee8fa77.tar.gz |
Fix for bug in LOAD DATA INFILE and replication
Fix for SHOW VARIABLES in embedded server
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 0375cc61235..06dc6e03fb6 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.8-gamma) +AM_INIT_AUTOMAKE(mysql, 4.0.9-gamma) AM_CONFIG_HEADER(config.h) PROTOCOL_VERSION=10 |