summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorGeorgi Kodinov <joro@sun.com>2010-02-03 17:05:06 +0200
committerGeorgi Kodinov <joro@sun.com>2010-02-03 17:05:06 +0200
commit44c1a79b0e6af3f87712af7e7386aa6c516b89f9 (patch)
tree4068d4ac566725d0e8cef225e0cbb427ae61ce58 /configure.in
parent1ff667c995a1a597615a9fb4820218d48659ae71 (diff)
parent85c1e30375ec7c3aa9755d44d13bd4e0281c218b (diff)
downloadmariadb-git-44c1a79b0e6af3f87712af7e7386aa6c516b89f9.tar.gz
merge
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index a399ccb2909..c2ee247397a 100644
--- a/configure.in
+++ b/configure.in
@@ -7,7 +7,7 @@ AC_INIT(sql/mysqld.cc)
AC_CANONICAL_SYSTEM
# The Docs Makefile.am parses this line!
# remember to also change ndb version below and update version.c in ndb
-AM_INIT_AUTOMAKE(mysql, 5.0.90)
+AM_INIT_AUTOMAKE(mysql, 5.0.91)
AM_CONFIG_HEADER([include/config.h:config.h.in])
PROTOCOL_VERSION=10
@@ -23,7 +23,7 @@ NDB_SHARED_LIB_VERSION=$NDB_SHARED_LIB_MAJOR_VERSION:0:0
# ndb version
NDB_VERSION_MAJOR=5
NDB_VERSION_MINOR=0
-NDB_VERSION_BUILD=90
+NDB_VERSION_BUILD=91
NDB_VERSION_STATUS=""
# Set all version vars based on $VERSION. How do we do this more elegant ?