diff options
author | lenz@mysql.com <> | 2002-12-11 18:27:46 +0100 |
---|---|---|
committer | lenz@mysql.com <> | 2002-12-11 18:27:46 +0100 |
commit | cb2220f1dcb4ade212f76a7244f8f48ff08d0a51 (patch) | |
tree | bc9a9841f568775504bfd49efcb35d7987b3bfaf /configure.in | |
parent | 53ac261312965b2baf35a8ef66ccdad35af43ea8 (diff) | |
download | mariadb-git-cb2220f1dcb4ade212f76a7244f8f48ff08d0a51.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 |