[geany/geany-plugins] c6c3a7: geanyctags, projectorganizer: Bump required Geany API to 224

Jiří Techet git-noreply at xxxxx
Sat Mar 5 18:41:45 UTC 2016


Branch:      refs/heads/master
Author:      Jiří Techet <techet at gmail.com>
Committer:   Jiří Techet <techet at gmail.com>
Date:        Sat, 05 Mar 2016 18:41:45 UTC
Commit:      c6c3a72ef5e195c8e6e09dd764e529cf56f0edaf
             https://github.com/geany/geany-plugins/commit/c6c3a72ef5e195c8e6e09dd764e529cf56f0edaf

Log Message:
-----------
geanyctags, projectorganizer: Bump required Geany API to 224

The first post-linkage-cleanup API without GeanyFunctions declaration
requirement.


Modified Paths:
--------------
    geanyctags/src/geanyctags.c
    projectorganizer/src/prjorg-main.c

Modified: geanyctags/src/geanyctags.c
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -46,7 +46,7 @@
 #endif
 
 
-PLUGIN_VERSION_CHECK(211)
+PLUGIN_VERSION_CHECK(224)
 PLUGIN_SET_TRANSLATABLE_INFO(LOCALEDIR, GETTEXT_PACKAGE,
 	"GeanyCtags",
 	_("Ctags generation and search plugin for geany projects"),


Modified: projectorganizer/src/prjorg-main.c
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -33,7 +33,7 @@
 GeanyPlugin *geany_plugin;
 GeanyData *geany_data;
 
-PLUGIN_VERSION_CHECK(221)
+PLUGIN_VERSION_CHECK(224)
 PLUGIN_SET_TRANSLATABLE_INFO(
 	LOCALEDIR,
 	GETTEXT_PACKAGE,



--------------
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