Skip to content

Commit 4600c79

Browse files
committed
merge
2 parents 7d92096 + dede154 commit 4600c79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configure.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ AC_INIT(sql/mysqld.cc)
77
AC_CANONICAL_SYSTEM
88
# The Docs Makefile.am parses this line!
99
# remember to also change ndb version below and update version.c in ndb
10-
AM_INIT_AUTOMAKE(mysql, 5.0.90)
10+
AM_INIT_AUTOMAKE(mysql, 5.0.91)
1111
AM_CONFIG_HEADER([include/config.h:config.h.in])
1212

1313
PROTOCOL_VERSION=10
@@ -23,7 +23,7 @@ NDB_SHARED_LIB_VERSION=$NDB_SHARED_LIB_MAJOR_VERSION:0:0
2323
# ndb version
2424
NDB_VERSION_MAJOR=5
2525
NDB_VERSION_MINOR=0
26-
NDB_VERSION_BUILD=90
26+
NDB_VERSION_BUILD=91
2727
NDB_VERSION_STATUS=""
2828

2929
# Set all version vars based on $VERSION. How do we do this more elegant ?

0 commit comments

Comments
 (0)