diff options
author | unknown <karen.langford@sun.com> | 2010-07-06 16:01:02 +0200 |
---|---|---|
committer | sunanda <sunanda.menon@sun.com> | 2010-07-06 16:01:02 +0200 |
commit | 9dba6ddfac25088c5b187f15370d949eb4a40896 (patch) | |
tree | bbc144c409236a292702c9ccbc8b8c16c1f59d1e /configure.in | |
parent | f219357a092c8d3314810ed5c610a522cb3afec0 (diff) | |
download | mariadb-git-9dba6ddfac25088c5b187f15370d949eb4a40896.tar.gz |
Raise version number after cloning 5.1.49
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 74e575fad8c..a475185d880 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.49], [], [mysql]) +AC_INIT([MySQL Server], [5.1.50], [], [mysql]) AC_CONFIG_SRCDIR([sql/mysqld.cc]) AC_CANONICAL_SYSTEM |