summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorunknown <lenz@mysql.com>2002-08-16 11:04:50 +0200
committerunknown <lenz@mysql.com>2002-08-16 11:04:50 +0200
commitd09a5e173ff8f02d4e0d6a0c499872e113b6dd43 (patch)
tree7ac07947cf22bd3adad120d13238ce2f8d6bf2aa /configure.in
parent4b499a870c751a0f4608474370257d28cd1539de (diff)
downloadmariadb-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.in2
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