summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorunknown <lenz@mysql.com>2005-04-25 13:28:07 +0200
committerunknown <lenz@mysql.com>2005-04-25 13:28:07 +0200
commitee5d8be5c07542a2b9e6b4fde9e17d3d4e426791 (patch)
tree657b6a125bd2c77bf88bc8d6df7a448fd2c81fee /configure.in
parent7e63da833582087d57e0e1d9016cbf3529183a08 (diff)
downloadmariadb-git-ee5d8be5c07542a2b9e6b4fde9e17d3d4e426791.tar.gz
- 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)
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index f4ced66a06d..d3e0bf6cefe 100644
--- a/configure.in
+++ b/configure.in
@@ -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 ?