diff options
author | Georgi Kodinov <joro@sun.com> | 2010-02-03 17:05:06 +0200 |
---|---|---|
committer | Georgi Kodinov <joro@sun.com> | 2010-02-03 17:05:06 +0200 |
commit | 4600c79d34a29d23336237f14e58bd4f5a7488d8 (patch) | |
tree | 4068d4ac566725d0e8cef225e0cbb427ae61ce58 /configure.in | |
parent | 7d9209680b20316f76a74671251b748884ca1a7a (diff) | |
parent | dede1549d6ff5cba27903e88e515b5eb4e94c830 (diff) | |
download | mariadb-git-4600c79d34a29d23336237f14e58bd4f5a7488d8.tar.gz |
merge
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index a399ccb2909..c2ee247397a 100644 --- a/configure.in +++ b/configure.in @@ -7,7 +7,7 @@ AC_INIT(sql/mysqld.cc) AC_CANONICAL_SYSTEM # The Docs Makefile.am parses this line! # remember to also change ndb version below and update version.c in ndb -AM_INIT_AUTOMAKE(mysql, 5.0.90) +AM_INIT_AUTOMAKE(mysql, 5.0.91) AM_CONFIG_HEADER([include/config.h:config.h.in]) PROTOCOL_VERSION=10 @@ -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=90 +NDB_VERSION_BUILD=91 NDB_VERSION_STATUS="" # Set all version vars based on $VERSION. How do we do this more elegant ? |