We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c00701a commit dede154Copy full SHA for dede154
configure.in
@@ -7,7 +7,7 @@ AC_INIT(sql/mysqld.cc)
7
AC_CANONICAL_SYSTEM
8
# The Docs Makefile.am parses this line!
9
# remember to also change ndb version below and update version.c in ndb
10
-AM_INIT_AUTOMAKE(mysql, 5.0.90)
+AM_INIT_AUTOMAKE(mysql, 5.0.91)
11
AM_CONFIG_HEADER([include/config.h:config.h.in])
12
13
PROTOCOL_VERSION=10
@@ -23,7 +23,7 @@ NDB_SHARED_LIB_VERSION=$NDB_SHARED_LIB_MAJOR_VERSION:0:0
23
# ndb version
24
NDB_VERSION_MAJOR=5
25
NDB_VERSION_MINOR=0
26
-NDB_VERSION_BUILD=90
+NDB_VERSION_BUILD=91
27
NDB_VERSION_STATUS=""
28
29
# Set all version vars based on $VERSION. How do we do this more elegant ?
0 commit comments