diff options
author | unknown <cmiller@zippy.cornsilk.net> | 2007-01-08 15:57:03 -0500 |
---|---|---|
committer | unknown <cmiller@zippy.cornsilk.net> | 2007-01-08 15:57:03 -0500 |
commit | 03490a842ee9d272f40df8ba447f5aae462bb010 (patch) | |
tree | 650dfee7f52b722f5d35f69ee75af969d5e57eac | |
parent | bd2cc79a95993f088a82c2bc5ccd1ba647bd1c2d (diff) | |
download | mariadb-git-03490a842ee9d272f40df8ba447f5aae462bb010.tar.gz |
Community version numbering.
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 49e295eeebb..2a3e5988385 100644 --- a/configure.in +++ b/configure.in @@ -7,7 +7,7 @@ AC_INIT(sql/mysqld.cc) AC_CANONICAL_SYSTEM # The Docs Makefile.am parses this line! # remember to also change ndb version below and update version.c in ndb -AM_INIT_AUTOMAKE(mysql, 5.0.34) +AM_INIT_AUTOMAKE(mysql, 5.0.33) AM_CONFIG_HEADER(config.h) PROTOCOL_VERSION=10 |