configure.in:

Update NDB version as well


configure.in:
  Update NDB version as well
This commit is contained in:
unknown 2006-05-24 12:30:34 +02:00
parent 172ad3dea7
commit eecb7c944f

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 ?