Commit 51fcec6a authored by joerg@trift2.'s avatar joerg@trift2.
Browse files

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

parent a420981f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ?