diff options
author | lenz@mysql.com <> | 2004-07-01 14:41:51 +0200 |
---|---|---|
committer | lenz@mysql.com <> | 2004-07-01 14:41:51 +0200 |
commit | 2c6537e2cb1694bd272231c1b50ee8807745f6ff (patch) | |
tree | 643e17b240e20ac3a6d514875426dff882528f1d /configure.in | |
parent | c53dc62ece188021cbee6c0664aeff9a26193b93 (diff) | |
download | mariadb-git-2c6537e2cb1694bd272231c1b50ee8807745f6ff.tar.gz |
- tagged ChangeSet 1.2023 as "mysql-4.1.3"
- bumped up version number in configure.in: 4.1.3-beta -> 4.1.4-beta
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 1a0b1248bcd..9263d322de9 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.3-beta) +AM_INIT_AUTOMAKE(mysql, 4.1.4-beta) AM_CONFIG_HEADER(config.h) PROTOCOL_VERSION=10 |