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 | 9cfba6a7e129d398150d4f700946477ecb165530 (patch) | |
tree | 20b2009f6958a572bbbf74edac663e2dec0e5548 /configure.in | |
parent | 1fea8c1b9070018be12f9c748fec781322944d7c (diff) | |
download | mariadb-git-9cfba6a7e129d398150d4f700946477ecb165530.tar.gz |
Raise version number after cloning 5.1.58
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 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 |