diff options
author | Georgi Kodinov <Georgi.Kodinov@Oracle.com> | 2012-04-17 13:25:41 +0300 |
---|---|---|
committer | Georgi Kodinov <Georgi.Kodinov@Oracle.com> | 2012-04-17 13:25:41 +0300 |
commit | b61d6be9fdfa61b7ae8e8436cf1748fc126ec15f (patch) | |
tree | 07d2dbb80296f1e80d663d6049dd82090d656e73 /configure.in | |
parent | af90fc04ffe1770cf1e2dc22abc8cad235b83d8d (diff) | |
download | mariadb-git-b61d6be9fdfa61b7ae8e8436cf1748fc126ec15f.tar.gz |
Raise version number after cloning 5.1.63
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 ccc2ac26570..84295a15f4a 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.63], [], [mysql]) +AC_INIT([MySQL Server], [5.1.64], [], [mysql]) AC_CONFIG_SRCDIR([sql/mysqld.cc]) AC_CANONICAL_SYSTEM |