diff options
author | Alexander Nozdrin <alexander.nozdrin@oracle.com> | 2011-04-11 13:57:45 +0400 |
---|---|---|
committer | Alexander Nozdrin <alexander.nozdrin@oracle.com> | 2011-04-11 13:57:45 +0400 |
commit | ab86b40c05bcde5d27bcf016c4d8626a4ca5cd2a (patch) | |
tree | 5dbe267043ecd8e2e7b13b8d53d8a5ea4d5f6b38 /configure.in | |
parent | 97e435dd18ae49847abb7775428bd308a400c3c5 (diff) | |
download | mariadb-git-ab86b40c05bcde5d27bcf016c4d8626a4ca5cd2a.tar.gz |
Bump NDB-version.
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 e07ae7e3191..fdfb7eae871 100644 --- a/configure.in +++ b/configure.in @@ -23,7 +23,7 @@ NDB_SHARED_LIB_VERSION=$NDB_SHARED_LIB_MAJOR_VERSION:0:0 # ndb version NDB_VERSION_MAJOR=5 NDB_VERSION_MINOR=0 -NDB_VERSION_BUILD=93 +NDB_VERSION_BUILD=94 NDB_VERSION_STATUS="" # Set all version vars based on $VERSION. How do we do this more elegant ? |