summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <lenz@mysql.com>2002-08-28 16:02:30 +0200
committerunknown <lenz@mysql.com>2002-08-28 16:02:30 +0200
commit2a645451815be3ae3a8ad2b4a2da2621555b7c8c (patch)
tree724f776783ebbd0413f8c0aae54bd9e521307d3d
parent84e187bc98a63271af6a05ae3e67b3f7b1ddf1a3 (diff)
downloadmariadb-git-2a645451815be3ae3a8ad2b4a2da2621555b7c8c.tar.gz
- updated version number in configure.in to 4.0.4-beta
configure.in: - Bump up version number to 4.0.4-beta, now that 4.0.3 is released
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 8a74c3e5265..3d7d44c33df 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.3-beta)
+AM_INIT_AUTOMAKE(mysql, 4.0.4-beta)
AM_CONFIG_HEADER(config.h)
PROTOCOL_VERSION=10