diff options
author | unknown <lenz@mysql.com> | 2003-05-19 16:36:50 +0200 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2003-05-19 16:36:50 +0200 |
commit | f7e6d223c406b0a5ee18ab95e0bbc8eb99cee973 (patch) | |
tree | 734872170b55a0e1ce1b3a114f0251940cc508dc /configure.in | |
parent | f85a24fcfcf4400bb2aca70233aba80cc7558710 (diff) | |
download | mariadb-git-f7e6d223c406b0a5ee18ab95e0bbc8eb99cee973.tar.gz |
- Tagged ChangeSet 1.1497 as "mysql-4.0.13"
- Updated version number in configure.in to 4.0.14 now that 4.0.13 has
been tagged
configure.in:
- Updated version number to 4.0.14 now that 4.0.13 has been tagged
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 c7cf4f66b70..df83f7e715e 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, 4.0.13) +AM_INIT_AUTOMAKE(mysql, 4.0.14) AM_CONFIG_HEADER(config.h) PROTOCOL_VERSION=10 |