diff options
author | tomas@poseidon.ndb.mysql.com <> | 2004-10-29 11:25:16 +0000 |
---|---|---|
committer | tomas@poseidon.ndb.mysql.com <> | 2004-10-29 11:25:16 +0000 |
commit | d6481499cfb822c1891d1f7fc2c3f2f4b780f1ab (patch) | |
tree | 5533e8571391a8313fab085d69639e61df417477 /configure.in | |
parent | 8924e0974da9ef8977829244bd1928e9c94a64c3 (diff) | |
download | mariadb-git-d6481499cfb822c1891d1f7fc2c3f2f4b780f1ab.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
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 ? |