diff options
author | hery.ramilison@sun.com <> | 2010-09-28 11:16:30 +0200 |
---|---|---|
committer | smenon <sunanda.menon@sun.com> | 2010-09-28 11:16:30 +0200 |
commit | 73b0f62977fba31faa1a234f444bce05d9527424 (patch) | |
tree | ba1b3cdb6fb5e7c84f8d19d762da3198217f4f3d | |
parent | 8349522bde173c1c2306b9edc4073aa9e02827d9 (diff) | |
download | mariadb-git-73b0f62977fba31faa1a234f444bce05d9527424.tar.gz |
Set version number for mysql-5.1.49sp1 release
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 74e575fad8c..84767b01264 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.49sp1], [], [mysql]) AC_CONFIG_SRCDIR([sql/mysqld.cc]) AC_CANONICAL_SYSTEM |