diff options
author | unknown <joerg@mysql.com> | 2006-05-08 23:34:54 +0200 |
---|---|---|
committer | unknown <joerg@mysql.com> | 2006-05-08 23:34:54 +0200 |
commit | 2ebba33a9c87108ce2659b022afa524e14c5f2b4 (patch) | |
tree | aaea796014336fff2af6c3074032a9be7c5bc5a2 /configure.in | |
parent | 94c6f6dc4888166b3677f38b534502156ef50d49 (diff) | |
download | mariadb-git-2ebba33a9c87108ce2659b022afa524e14c5f2b4.tar.gz |
configure.in : Now that 5.1.10 has been cloned, bump up the version.
configure.in:
Now that 5.1.10 has been cloned, bump up the version.
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 e159a5803f1..204884d5550 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.1.10-beta) +AM_INIT_AUTOMAKE(mysql, 5.1.11-beta) AM_CONFIG_HEADER(config.h) PROTOCOL_VERSION=10 |