Increment InnoDB Plugin version from 1.0.15 to 1.0.16.

InnoDB Plugin 1.0.15 has been released with MySQL 5.1.55.
This commit is contained in:
Vasil Dimov 2011-02-10 13:21:22 +02:00
parent 154fc1e364
commit 2ae1cdf065

View file

@ -46,7 +46,7 @@ Created 1/20/1994 Heikki Tuuri
#define INNODB_VERSION_MAJOR 1
#define INNODB_VERSION_MINOR 0
#define INNODB_VERSION_BUGFIX 15
#define INNODB_VERSION_BUGFIX 16
/* The following is the InnoDB version as shown in
SELECT plugin_version FROM information_schema.plugins;