diff options
author | Joerg Bruehe <joerg@mysql.com> | 2010-02-04 20:32:25 +0100 |
---|---|---|
committer | Joerg Bruehe <joerg@mysql.com> | 2010-02-04 20:32:25 +0100 |
commit | 4f1331417c8c3070216a6feba90bf85324255f26 (patch) | |
tree | 5fb657a68dcebde723dd193a73a59b7c8a210e32 /configure.in | |
parent | deb0d106e592ab9b86d9dda9d45e6d861f5631b0 (diff) | |
parent | 88519d1c8f33e183bdea575bf18171c82b7da363 (diff) | |
download | mariadb-git-4f1331417c8c3070216a6feba90bf85324255f26.tar.gz |
Automerge from main tree.
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 960b45b7d00..9600e5cc44e 100644 --- a/configure.in +++ b/configure.in @@ -7,7 +7,7 @@ AC_PREREQ(2.59) # Remember to also update version.c in ndb. # When changing major version number please also check switch statement # in mysqlbinlog::check_master_version(). -AC_INIT([MySQL Server], [5.1.44], [], [mysql]) +AC_INIT([MySQL Server], [5.1.45], [], [mysql]) AC_CONFIG_SRCDIR([sql/mysqld.cc]) AC_CANONICAL_SYSTEM # USTAR format gives us the possibility to store longer path names in |