diff options
author | unknown <tomas@poseidon.ndb.mysql.com> | 2004-10-29 11:25:16 +0000 |
---|---|---|
committer | unknown <tomas@poseidon.ndb.mysql.com> | 2004-10-29 11:25:16 +0000 |
commit | 731b06f47fcd220dd12324fd7547943e80e68505 (patch) | |
tree | 5533e8571391a8313fab085d69639e61df417477 /configure.in | |
parent | 96929f72b33da799e016fc260f9ea92b4eddc73b (diff) | |
download | mariadb-git-731b06f47fcd220dd12324fd7547943e80e68505.tar.gz |
bumped up version for ndb
protocal change in create table, now allows for more than 91 attributes
upgrade compatability with 3.5.3
configure.in:
bumped up version for ndb
protocal change in create table, now allows for more than 91 attributes
ndb/src/common/util/version.c:
upgrade compatability with 3.5.3
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 9901ef5d4fd..392aaba2cda 100644 --- a/configure.in +++ b/configure.in @@ -15,7 +15,7 @@ SHARED_LIB_VERSION=14:0:0 # ndb version NDB_VERSION_MAJOR=3 NDB_VERSION_MINOR=5 -NDB_VERSION_BUILD=3 +NDB_VERSION_BUILD=4 NDB_VERSION_STATUS="" # Set all version vars based on $VERSION. How do we do this more elegant ? |