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

configure.in : Update of the NDB version number was missing, do it.

configure.in:
  Fix an omission: Version number for NDB is still kept separate (up to 5.0)
  and must be changed in sync with the general version number in AM_INIT_AUTOMAKE.
This commit is contained in:
unknown
2006-12-21 13:35:41 +01:00
parent 69a11590bf
commit 377cfb8b1b

View File

@@ -19,7 +19,7 @@ SHARED_LIB_VERSION=$SHARED_LIB_MAJOR_VERSION:0:0
# ndb version
NDB_VERSION_MAJOR=5
NDB_VERSION_MINOR=0
NDB_VERSION_BUILD=32
NDB_VERSION_BUILD=34
NDB_VERSION_STATUS=""
# Set all version vars based on $VERSION. How do we do this more elegant ?