diff options
author | unknown <lenz@mysql.com> | 2003-09-15 14:44:53 +0200 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2003-09-15 14:44:53 +0200 |
commit | 09fda4f774536d876c3ec78694f7a5a951fea3ec (patch) | |
tree | d9d02ad49decd7564b12b0d247db466521cddae8 | |
parent | dcf6e50d7daeaff3b1977993817c7b79e7209a0d (diff) | |
download | mariadb-git-09fda4f774536d876c3ec78694f7a5a951fea3ec.tar.gz |
- Bumped up version number from 3.23.58 to 3.23.59 in configure.in
- Tagged ChangeSet 1.1413 as "mysql-3.23.58"
configure.in:
- Bumped up version number from 3.23.58 to 3.23.59 in configure.in
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 471e97ce9cf..8ed84e8058a 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.58) +AM_INIT_AUTOMAKE(mysql, 3.23.59) AM_CONFIG_HEADER(config.h) PROTOCOL_VERSION=10 |