diff options
author | monty@hundin.mysql.fi <> | 2001-07-18 14:32:54 +0300 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2001-07-18 14:32:54 +0300 |
commit | 0fb2e24ac58a800e5935b89c61864007383d35b0 (patch) | |
tree | 439c4f787e95df0a5a9968168e8fa902d3fc3eea /configure.in | |
parent | de7d371900162e94ae2af84e1c2de7261c63280c (diff) | |
download | mariadb-git-0fb2e24ac58a800e5935b89c61864007383d35b0.tar.gz |
Updated version number
Update to new debian files
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 17098e85157..cfe6d323021 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.40) AM_CONFIG_HEADER(config.h) PROTOCOL_VERSION=10 |