1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

The separate NDB information must be upgraded, too.

This commit is contained in:
joerg@mysql.com
2005-03-24 10:52:29 +01:00
parent 8200cadeae
commit c9d997b98c

View File

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