diff options
author | unknown <lenz@mysql.com> | 2002-06-17 11:41:08 +0200 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2002-06-17 11:41:08 +0200 |
commit | ae455e41e02da9f67668fc9b8e41a5eafa76c3cb (patch) | |
tree | 114614e34992f617130b2dbab7ea6fd6dd0dd7fe /configure.in | |
parent | f4b230a6c7c90903dd5437607c25b01b4dd528cd (diff) | |
download | mariadb-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.in | 2 |
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 |