diff options
author | lenz@mysql.com <> | 2005-04-07 21:04:18 +0200 |
---|---|---|
committer | lenz@mysql.com <> | 2005-04-07 21:04:18 +0200 |
commit | d936a80ceaa813170c94c681cd97fb80b28b901c (patch) | |
tree | a3b3315c803a3112b1f89bc8716e5623d22ad71f | |
parent | 600154704f0fada3887b6720775c2a0e5cbe521a (diff) | |
download | mariadb-git-d936a80ceaa813170c94c681cd97fb80b28b901c.tar.gz |
- bumped up the version number in configure.in from 5.0.4 to 5.0.5 to indicate that engineering
has branched off from the 4.1 tree to build the 5.0.4 release
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 01f669a0d1b..e98d032abc6 100644 --- a/configure.in +++ b/configure.in @@ -6,7 +6,7 @@ AC_PREREQ(2.50)dnl Minimum Autoconf version required. AC_INIT(sql/mysqld.cc) AC_CANONICAL_SYSTEM # Don't forget to also update the NDB lines below. -AM_INIT_AUTOMAKE(mysql, 5.0.4-beta) +AM_INIT_AUTOMAKE(mysql, 5.0.5-beta) AM_CONFIG_HEADER(config.h) PROTOCOL_VERSION=10 |