diff options
author | unknown <serg@infomag.ape.relarn.ru> | 2000-08-22 12:33:46 +0400 |
---|---|---|
committer | unknown <serg@infomag.ape.relarn.ru> | 2000-08-22 12:33:46 +0400 |
commit | 69bb38752c8ce269ae6083ec125606125239b446 (patch) | |
tree | 91aa0d4dd34e45615cb1312de6fa0eacf4bd43ff /configure.in | |
parent | 35adc31916da6d6c6086b74cc364645d4fd3a400 (diff) | |
parent | afbecb2979cb4be37d7bcf293ddfd2dae16171fe (diff) | |
download | mariadb-git-69bb38752c8ce269ae6083ec125606125239b446.tar.gz |
Merge
configure.in:
Merged
Docs/manual.texi:
Merged
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 89e8ce62e30..d2f7b0486ee 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.22-beta) +AM_INIT_AUTOMAKE(mysql, 3.23.23-beta) AM_CONFIG_HEADER(config.h) PROTOCOL_VERSION=10 |