File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ PLUGIN_TYPE DATA TYPE
2424PLUGIN_AUTHOR MariaDB Corporation
2525PLUGIN_DESCRIPTION Data type INET4
2626PLUGIN_LICENSE GPL
27- PLUGIN_MATURITY Gamma
28- PLUGIN_AUTH_VERSION 1.0
27+ PLUGIN_MATURITY Stable
28+ PLUGIN_AUTH_VERSION 1.0.1
2929#
3030# End of 10.10 tests
3131#
Original file line number Diff line number Diff line change @@ -188,8 +188,8 @@ maria_declare_plugin(type_inet)
188188 0x0100 , // Numeric version 0xAABB means AA.BB version
189189 NULL , // Status variables
190190 NULL , // System variables
191- " 1.0" , // String version representation
192- MariaDB_PLUGIN_MATURITY_GAMMA // Maturity(see include/mysql/plugin.h)*/
191+ " 1.0.1 " , // String version representation
192+ MariaDB_PLUGIN_MATURITY_STABLE // Maturity(see include/mysql/plugin.h)*/
193193},
194194{
195195 MariaDB_DATA_TYPE_PLUGIN, // the plugin type (see include/mysql/plugin.h)
You can’t perform that action at this time.
0 commit comments