diff options
author | Jari Vetoniemi <mailroxas@gmail.com> | 2014-10-25 16:39:39 +0300 |
---|---|---|
committer | Jari Vetoniemi <mailroxas@gmail.com> | 2014-10-25 16:39:39 +0300 |
commit | b03cd1ea5329a0e7e2e435de827108c7d00265b5 (patch) | |
tree | deb501d382434c7ac556e3fc125f4ea730ca8a44 /lib/internal.h | |
parent | 92b9044da84f524dcbfae7eef4092b6240986a27 (diff) | |
download | bemenu-b03cd1ea5329a0e7e2e435de827108c7d00265b5.tar.gz bemenu-b03cd1ea5329a0e7e2e435de827108c7d00265b5.tar.bz2 bemenu-b03cd1ea5329a0e7e2e435de827108c7d00265b5.zip |
Use BM_PLUGIN_VERSION for renderers.
Diffstat (limited to 'lib/internal.h')
-rw-r--r-- | lib/internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/internal.h b/lib/internal.h index fe392a1..6613cef 100644 --- a/lib/internal.h +++ b/lib/internal.h @@ -73,7 +73,7 @@ struct render_api { /** * Version of the plugin. - * Should match BM_VERSION or failure. + * Should match BM_PLUGIN_VERSION or failure. */ const char *version; |