diff options
author | unknown <lenz@mysql.com> | 2004-08-31 15:53:26 +0200 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2004-08-31 15:53:26 +0200 |
commit | d6493dbefefdeed8876f721b32b0294e94457546 (patch) | |
tree | f8b565a0e12ea80e372c5676ddd729cbcca0bbbf /configure.in | |
parent | 52df5f5b5a0edfb5512957eb8aa6cd6c3c53b4a5 (diff) | |
download | mariadb-git-d6493dbefefdeed8876f721b32b0294e94457546.tar.gz |
- bumped up version number in configure.in to "4.1.5-gamma"
- tagged ChangeSet@1.2013 as "mysql-4.1.4"
configure.in:
- bumped up version number in configure.in to "4.1.5-gamma"
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 3d0da156c94..7c48eddf952 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.1.4-gamma) +AM_INIT_AUTOMAKE(mysql, 4.1.5-gamma) AM_CONFIG_HEADER(config.h) PROTOCOL_VERSION=10 |