[geany/geany-plugins] b8173b: devhelp: new plugin API requires version 1.26 (226)

Lars Paulsen git-noreply at xxxxx
Sun Apr 14 16:43:21 UTC 2019


Branch:      refs/heads/master
Author:      Lars Paulsen <lars_paulsen at web.de>
Committer:   Lars Paulsen <lars_paulsen at web.de>
Date:        Mon, 18 Jun 2018 17:52:11 UTC
Commit:      b8173b638ca126c98acd266018c6bf9cca238e93
             https://github.com/geany/geany-plugins/commit/b8173b638ca126c98acd266018c6bf9cca238e93

Log Message:
-----------
devhelp: new plugin API requires version 1.26 (226)


Modified Paths:
--------------
    devhelp/src/dhp-plugin.c

Modified: devhelp/src/dhp-plugin.c
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -226,5 +226,5 @@ void geany_load_module(GeanyPlugin *plugin)
 	plugin->funcs->help = plugin_devhelp_help;
 
 	/* Register! */
-	GEANY_PLUGIN_REGISTER(plugin, 224);
+	GEANY_PLUGIN_REGISTER(plugin, 226);
 }



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Plugins-Commits mailing list