summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorunknown <lenz@mysql.com>2002-06-17 11:41:08 +0200
committerunknown <lenz@mysql.com>2002-06-17 11:41:08 +0200
commitae455e41e02da9f67668fc9b8e41a5eafa76c3cb (patch)
tree114614e34992f617130b2dbab7ea6fd6dd0dd7fe /configure.in
parentf4b230a6c7c90903dd5437607c25b01b4dd528cd (diff)
downloadmariadb-git-ae455e41e02da9f67668fc9b8e41a5eafa76c3cb.tar.gz
Bump up version number to 3.23.52 in configure.in since version 3.23.51
has finally been released configure.in: Bump up version number to 3.23.52 now that 3.23.51 is finally out
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 00c986c4006..0869ce43e6d 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.51)
+AM_INIT_AUTOMAKE(mysql, 3.23.52)
AM_CONFIG_HEADER(config.h)
PROTOCOL_VERSION=10