diff options
author | joerg@trift2. <> | 2006-12-21 13:35:41 +0100 |
---|---|---|
committer | joerg@trift2. <> | 2006-12-21 13:35:41 +0100 |
commit | 51fcec6a2070835b5bda4166be2b9db3a598b0b4 (patch) | |
tree | 11acbc4582be6fe0315ef935ce6b81de5cb215ae | |
parent | a420981f747c44fd7a8a5ea55baa00b0fe444693 (diff) | |
download | mariadb-git-51fcec6a2070835b5bda4166be2b9db3a598b0b4.tar.gz |
configure.in : Update of the NDB version number was missing, do it.
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 5657cb1be93..49e295eeebb 100644 --- a/configure.in +++ b/configure.in @@ -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 ? |