diff options
author | unknown <monty@hundin.mysql.fi> | 2001-07-18 14:32:54 +0300 |
---|---|---|
committer | unknown <monty@hundin.mysql.fi> | 2001-07-18 14:32:54 +0300 |
commit | 2cbf3b9b532e048dbe3d42669bff539c5864236e (patch) | |
tree | 439c4f787e95df0a5a9968168e8fa902d3fc3eea /configure.in | |
parent | 653d19af023b8a02a24cda15e69f674423f44377 (diff) | |
download | mariadb-git-2cbf3b9b532e048dbe3d42669bff539c5864236e.tar.gz |
Updated version number
Update to new debian files
configure.in:
Updated version number
sql-bench/Results/ATIS-mysql-Linux_2.2.16_SMP_alpha:
New benchmark results
sql-bench/Results/RUN-mysql-Linux_2.2.16_SMP_alpha:
New benchmark results
sql-bench/Results/alter-table-mysql-Linux_2.2.16_SMP_alpha:
New benchmark results
sql-bench/Results/big-tables-mysql-Linux_2.2.16_SMP_alpha:
New benchmark results
sql-bench/Results/connect-mysql-Linux_2.2.16_SMP_alpha:
New benchmark results
sql-bench/Results/create-mysql-Linux_2.2.16_SMP_alpha:
New benchmark results
sql-bench/Results/insert-mysql-Linux_2.2.16_SMP_alpha:
New benchmark results
sql-bench/Results/select-mysql-Linux_2.2.16_SMP_alpha:
New benchmark results
sql-bench/Results/wisconsin-mysql-Linux_2.2.16_SMP_alpha:
New benchmark results
support-files/debian/README.debian:
Update to new debian files
support-files/debian/changelog:
Update to new debian files
support-files/debian/control:
Update to new debian files
support-files/debian/gomi:
Update to new debian files
support-files/debian/move:
Update to new debian files
support-files/debian/patches/ab:
Update to new debian files
support-files/debian/patches/ad:
Update to new debian files
support-files/debian/patches/ae:
Update to new debian files
support-files/debian/rules:
Update to new debian files
support-files/debian/shlibs:
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 |