…2-0.99 LIBGIT2_SOVERSION is defined as string literal, e.g. "0.99", from libgit2-0.99 and beyond. Arithmetic checks against this variable whill hence fail. This patch switches the checks to compare against the LIBGIT2_VER_* family, which should be more stable. You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany-plugins/pull/956 -- Commit Summary -- * Make libgit2 version preprocessor conditionals compatible with libgit2-0.99 -- File Changes -- M git-changebar/src/gcb-plugin.c (6) M workbench/src/plugin_main.c (2) -- Patch Links -- https://github.com/geany/geany-plugins/pull/956.patch https://github.com/geany/geany-plugins/pull/956.diff -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/pull/956
