diff options
author | unknown <lenz@mysql.com> | 2002-12-11 18:27:46 +0100 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2002-12-11 18:27:46 +0100 |
commit | ff50fc4fe5f33722cbe13e04be393d6a2d4bf5ce (patch) | |
tree | bc9a9841f568775504bfd49efcb35d7987b3bfaf /configure.in | |
parent | 49162e0e54c085ecefb6893a5bd662e4f7b2f56a (diff) | |
download | mariadb-git-ff50fc4fe5f33722cbe13e04be393d6a2d4bf5ce.tar.gz |
- tagged ChangeSet 1.1276.3.1 as MySQL 3.23.54
- bumped up version number in configure.in to 3.23.55
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 3a5c1a56408..7a4498bff97 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.54) +AM_INIT_AUTOMAKE(mysql, 3.23.55) AM_CONFIG_HEADER(config.h) PROTOCOL_VERSION=10 |