diff options
author | unknown <hery.ramilison@sun.com> | 2010-02-04 12:23:33 +0100 |
---|---|---|
committer | MySQL Build Team <build@mysql.com> | 2010-02-04 12:23:33 +0100 |
commit | 88519d1c8f33e183bdea575bf18171c82b7da363 (patch) | |
tree | 3f8e9a008c218976b2d839f916d28c5fbc1bd97c /configure.in | |
parent | 404b3be1ee1f48ad64d73c17a996b81636d72e9e (diff) | |
download | mariadb-git-88519d1c8f33e183bdea575bf18171c82b7da363.tar.gz |
Raise version number after cloning 5.1.44
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 f2e83abc60c..567ed391eab 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 |