configure.in:

Update NDB version as well
This commit is contained in:
kent@mysql.com 2006-05-24 12:30:34 +02:00
parent eb627531f3
commit 7ffc786686

View File

@ -17,7 +17,7 @@ SHARED_LIB_VERSION=$SHARED_LIB_MAJOR_VERSION:0:0
# ndb version
NDB_VERSION_MAJOR=4
NDB_VERSION_MINOR=1
NDB_VERSION_BUILD=20
NDB_VERSION_BUILD=21
NDB_VERSION_STATUS=""
# Set all version vars based on $VERSION. How do we do this more elegant ?