diff options
author | unknown <lenz@mysql.com> | 2002-08-16 11:04:50 +0200 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2002-08-16 11:04:50 +0200 |
commit | d09a5e173ff8f02d4e0d6a0c499872e113b6dd43 (patch) | |
tree | 7ac07947cf22bd3adad120d13238ce2f8d6bf2aa /configure.in | |
parent | 4b499a870c751a0f4608474370257d28cd1539de (diff) | |
download | mariadb-git-d09a5e173ff8f02d4e0d6a0c499872e113b6dd43.tar.gz |
- Tagged 3.23.52 release
- Added 3.23.53 News section to the manual
- Updated version number in configure.in to 3.23.53
Docs/manual.texi:
Added News section for 3.23.53
configure.in:
Bumped up version number to 3.23.53 now that 3.23.52 is released
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 d476f414fb9..796e72e4934 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.52) +AM_INIT_AUTOMAKE(mysql, 3.23.53) AM_CONFIG_HEADER(config.h) PROTOCOL_VERSION=10 |