[Commits] 724b09d5e72: Version fix after merge
revision-id: 724b09d5e726be612be6154a900bd907897d4124 (mariadb-10.0.37-62-g724b09d5e72) parent(s): 94b68b35f46918fb1e145cad6387c9fcd045c392 author: Oleksandr Byelkin committer: Oleksandr Byelkin timestamp: 2019-01-28 15:42:16 +0100 message: Version fix after merge --- storage/innobase/include/univ.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/innobase/include/univ.i b/storage/innobase/include/univ.i index 5027b9cab5e..f1bf416b370 100644 --- a/storage/innobase/include/univ.i +++ b/storage/innobase/include/univ.i @@ -45,7 +45,7 @@ Created 1/20/1994 Heikki Tuuri #define INNODB_VERSION_MAJOR 5 #define INNODB_VERSION_MINOR 6 -#define INNODB_VERSION_BUGFIX 42 +#define INNODB_VERSION_BUGFIX 43 /* The following is the InnoDB version as shown in SELECT plugin_version FROM information_schema.plugins;
participants (1)
-
Oleksandr Byelkin