diff options
author | unknown <lenz@mysql.com> | 2003-01-23 20:24:29 +0100 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2003-01-23 20:24:29 +0100 |
commit | cdddf6c082849b8709a4f26b3d2e25cd9d939bc2 (patch) | |
tree | 627ab0d1632daf53ee32298767548fd9de4095ae /configure.in | |
parent | 787a2d4eda06e846f2984db57d3f0761aac5a8b2 (diff) | |
download | mariadb-git-cdddf6c082849b8709a4f26b3d2e25cd9d939bc2.tar.gz |
- bump up version number 3.23.55 -> 3.23.56 in configure.in
- tagged ChangeSet 1.1315 as "mysql-3.23.55"
configure.in:
- bump up version number 3.23.55 -> 3.23.56
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 41e44a9e970..a8aacc6a6bf 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.55) +AM_INIT_AUTOMAKE(mysql, 3.23.56) AM_CONFIG_HEADER(config.h) PROTOCOL_VERSION=10 |