diff options
author | unknown <tsmith@bk-internal.mysql.com> | 2007-03-08 18:38:17 +0100 |
---|---|---|
committer | unknown <tsmith@bk-internal.mysql.com> | 2007-03-08 18:38:17 +0100 |
commit | f68891f80ddc14ef5e066c0b6aa480eef1125505 (patch) | |
tree | 6d5285ac1ba15cd35dd25d6940f168baa12b8e50 /configure.in | |
parent | ceefecb2112559e3289a6bb457ef739720f0f789 (diff) | |
download | mariadb-git-f68891f80ddc14ef5e066c0b6aa480eef1125505.tar.gz |
The most recent push into mysql-5.1 from mysql-5.2 was a mistake.
This just reverses those changes. I'm really sorry about that.
configure.in, version.c:
Reverse last push (from mysql-5.2 into mysql-5.1)
configure.in:
Reverse last push (from mysql-5.2 into mysql-5.1)
storage/ndb/src/common/util/version.c:
Reverse last push (from mysql-5.2 into mysql-5.1)
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 a62a950a288..9581b5ac46a 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 update version.c in ndb -AM_INIT_AUTOMAKE(mysql, 5.2.0-alpha) +AM_INIT_AUTOMAKE(mysql, 5.1.17-beta) AM_CONFIG_HEADER(config.h) PROTOCOL_VERSION=10 |