diff options
author | unknown <lenz@mysql.com> | 2004-10-29 09:24:21 +0200 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2004-10-29 09:24:21 +0200 |
commit | 99b76e6bf41d5fb08cb25bc2005885633cf6e323 (patch) | |
tree | 3e0122e37a16ae0ed4c58bb1c4ec22b2ecaca3f4 /configure.in | |
parent | 33d68675f7a5df7df9d98046d1e40a25744280ee (diff) | |
download | mariadb-git-99b76e6bf41d5fb08cb25bc2005885633cf6e323.tar.gz |
- bumped up version number from 4.0.22 to 4.0.23 in configure.in
- tagged ChangeSet@1.2048.1.2 as "mysql-4.0.22"
configure.in:
- bumped up version number from 4.0.22 to 4.0.23
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 d4073ea441b..d4ede468435 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.22) +AM_INIT_AUTOMAKE(mysql, 4.0.23) AM_CONFIG_HEADER(config.h) PROTOCOL_VERSION=10 |