diff options
author | lenz@mysql.com <> | 2005-10-14 11:03:40 +0200 |
---|---|---|
committer | lenz@mysql.com <> | 2005-10-14 11:03:40 +0200 |
commit | 921803e40944e0e2b7de1aa90841d83502a06c45 (patch) | |
tree | 65e46fdee74d364fe99fa6b7f29a6b502e87726e /configure.in | |
parent | de2d8bd73a2a51ace226d6a729971485149997bc (diff) | |
download | mariadb-git-921803e40944e0e2b7de1aa90841d83502a06c45.tar.gz |
- revert version number in configure.in to 5.0.15
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 40ff480bb94..7b3a47200be 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.16) +AM_INIT_AUTOMAKE(mysql, 5.0.15) AM_CONFIG_HEADER(config.h) PROTOCOL_VERSION=10 |