diff options
author | unknown <lenz@mysql.com> | 2003-04-08 17:49:16 +0200 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2003-04-08 17:49:16 +0200 |
commit | 5614054b065c409ceef6d903c03259153cab4c9a (patch) | |
tree | ef3550252058c96bae51822a2e07dfd3ced838e8 /configure.in | |
parent | 8c95b516254b3af107dc8d8407f864ebcce79ee5 (diff) | |
download | mariadb-git-5614054b065c409ceef6d903c03259153cab4c9a.tar.gz |
- bumped up version number to 4.1.1-alpha now that 4.0.1 has been tagged
- tagged ChangeSet@1.1529 as mysql-4.1.0
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 d9380a68267..77ae969b5eb 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.0-alpha) +AM_INIT_AUTOMAKE(mysql, 4.1.1-alpha) AM_CONFIG_HEADER(config.h) PROTOCOL_VERSION=10 |