[geany/geany-plugins] b4168a: Merge pull request #209 from b4n/projectorganizer/version-check

Jiří Techet git-noreply at xxxxx
Mon Apr 6 18:52:46 UTC 2015


Branch:      refs/heads/master
Author:      Jiří Techet <techet at gmail.com>
Committer:   Jiří Techet <techet at gmail.com>
Date:        Mon, 06 Apr 2015 18:52:46 UTC
Commit:      b4168a032034f753a275d3c15d44076edc3a8c07
             https://github.com/geany/geany-plugins/commit/b4168a032034f753a275d3c15d44076edc3a8c07

Log Message:
-----------
Merge pull request #209 from b4n/projectorganizer/version-check

projectorganizer: Fix API version check


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

Modified: projectorganizer/src/prjorg-main.c
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -34,7 +34,7 @@ GeanyPlugin *geany_plugin;
 GeanyData *geany_data;
 GeanyFunctions *geany_functions;
 
-PLUGIN_VERSION_CHECK(214)
+PLUGIN_VERSION_CHECK(221)
 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