Skip to content

Commit

Permalink
Merge pull request #209 from b4n/projectorganizer/version-check
Browse files Browse the repository at this point in the history
projectorganizer: Fix API version check
  • Loading branch information
techee committed Apr 6, 2015
2 parents 17b9d83 + e5e7551 commit b4168a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projectorganizer/src/prjorg-main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit b4168a0

Please sign in to comment.