diff --git a/include/univ.i b/include/univ.i index 641d3c5c17e..b39035e761e 100644 --- a/include/univ.i +++ b/include/univ.i @@ -46,7 +46,7 @@ Created 1/20/1994 Heikki Tuuri #define INNODB_VERSION_MAJOR 1 #define INNODB_VERSION_MINOR 0 -#define INNODB_VERSION_BUGFIX 5 +#define INNODB_VERSION_BUGFIX 0 /* The following is the InnoDB version as shown in SELECT plugin_version FROM information_schema.plugins; diff --git a/srv/srv0start.c b/srv/srv0start.c index 492deb80689..c4cc10ed07b 100644 --- a/srv/srv0start.c +++ b/srv/srv0start.c @@ -1796,7 +1796,7 @@ innobase_start_or_create_for_mysql(void) if (srv_print_verbose_log) { ut_print_timestamp(stderr); fprintf(stderr, - " InnoDB Plugin %s started; " + " InnoDB+ %s started; " "log sequence number %llu\n", INNODB_VERSION_STR, srv_start_lsn); }