[geany/geany-plugins] 90bf87: defineformat: new plugin API requires version 1.26 (226)

Lars Paulsen git-noreply at xxxxx
Sun Apr 14 16:33:57 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:58:35 UTC
Commit:      90bf878ddf5af17012dd535c658ad16059ca2eee
             https://github.com/geany/geany-plugins/commit/90bf878ddf5af17012dd535c658ad16059ca2eee

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


Modified Paths:
--------------
    defineformat/src/defineformat.c

Modified: defineformat/src/defineformat.c
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -275,5 +275,5 @@ void geany_load_module(GeanyPlugin *plugin)
 	plugin->funcs->callbacks = plugin_defineformat_callbacks;
 
 	/* 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