Commit ee5d8be5 authored by unknown's avatar unknown
Browse files

- fixed NDB_VERSION_BUILD in configure.in to have the correct number (4->5)


configure.in:
  - fixed NDB_VERSION_BUILD to have the correct number (4->5)
parent 7e63da83
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ SHARED_LIB_VERSION=14:0:0
# ndb version
NDB_VERSION_MAJOR=5
NDB_VERSION_MINOR=0
NDB_VERSION_BUILD=4
NDB_VERSION_BUILD=5
NDB_VERSION_STATUS="beta"

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