diff options
author | unknown <karen.langford@oracle.com> | 2010-06-03 16:03:17 +0200 |
---|---|---|
committer | MySQL Build Team <build@mysql.com> | 2010-06-03 16:03:17 +0200 |
commit | 5bc84421f2ae5339914f4563f156877f8d50ca31 (patch) | |
tree | ce3a2ebf597006ea38bfc5ac356e3d5cdb582a2c /configure.in | |
parent | 9764d907d50c381384d7a108a8eb73235215887a (diff) | |
download | mariadb-git-5bc84421f2ae5339914f4563f156877f8d50ca31.tar.gz |
Raise version number after cloning 5.1.48
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 a2a3a6196fc..27b6617f6bc 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.48], [], [mysql]) +AC_INIT([MySQL Server], [5.1.49], [], [mysql]) AC_CONFIG_SRCDIR([sql/mysqld.cc]) AC_CANONICAL_SYSTEM |