diff options
author | monty@hundin.mysql.fi <> | 2001-06-12 17:13:52 +0300 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2001-06-12 17:13:52 +0300 |
commit | 6be95636b1f99fbe417408dec4db85c511e7a8e3 (patch) | |
tree | c234898334bacd4b4fb32942b4ee15607524e905 /configure.in | |
parent | a2e9e16fdd0e72143646f434d1b60d77c255b636 (diff) | |
download | mariadb-git-6be95636b1f99fbe417408dec4db85c511e7a8e3.tar.gz |
Fixed wrong mysql-test
New german error messages
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 37bc22ff63e..1b95a5d5800 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, 3.23.39) +AM_INIT_AUTOMAKE(mysql, 3.23.39a) AM_CONFIG_HEADER(config.h) PROTOCOL_VERSION=10 |