diff options
author | Karen Langford <karen.langford@oracle.com> | 2011-06-10 16:37:11 +0200 |
---|---|---|
committer | Karen Langford <karen.langford@oracle.com> | 2011-06-10 16:37:11 +0200 |
commit | afafca1ad23d08448fbf49e7f3064082b1129c24 (patch) | |
tree | 20b2009f6958a572bbbf74edac663e2dec0e5548 | |
parent | 8867ad80ac5e05b22efa12fdc98400860bfcd956 (diff) | |
download | mariadb-git-afafca1ad23d08448fbf49e7f3064082b1129c24.tar.gz |
Raise version number after cloning 5.1.58
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 901515fecb6..0948fe1349d 100644 --- a/configure.in +++ b/configure.in @@ -12,7 +12,7 @@ dnl dnl When changing the major version number please also check the switch dnl statement in mysqlbinlog::check_master_version(). You may also need dnl to update version.c in ndb. -AC_INIT([MySQL Server], [5.1.58], [], [mysql]) +AC_INIT([MySQL Server], [5.1.59], [], [mysql]) AC_CONFIG_SRCDIR([sql/mysqld.cc]) AC_CANONICAL_SYSTEM |