Commit 88b65dd2 authored by unknown's avatar unknown
Browse files

Update ndb version in configure.in

parent 1df94c92
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ SHARED_LIB_VERSION=15:0:0
# ndb version
NDB_VERSION_MAJOR=5
NDB_VERSION_MINOR=0
NDB_VERSION_BUILD=17
NDB_VERSION_BUILD=18
NDB_VERSION_STATUS=""

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