From 48ab7247cc6570b8064ff032a656db44dba12ed6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20van=20Eeden?= Date: Mon, 7 Sep 2020 15:02:49 +0200 Subject: [PATCH] New version: 1.0 --- maxdiskusage.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maxdiskusage.cc b/maxdiskusage.cc index 939f1ae..8f832b6 100644 --- a/maxdiskusage.cc +++ b/maxdiskusage.cc @@ -265,7 +265,7 @@ mysql_declare_plugin(maxdiskusage) { NULL, #endif NULL, /* deinit function (when unloaded) */ - 0x0009, /* version */ + 0x0100, /* version */ NULL, /* status variables */ system_variables, /* system variables */ NULL, 0,