diff --git a/include/wups/common.h b/include/wups/common.h index d0e7e33..7bfc508 100644 --- a/include/wups/common.h +++ b/include/wups/common.h @@ -50,6 +50,8 @@ extern "C" { #define WUPS_PLUGIN_VERSION(x) WUPS_META(version, x) #define WUPS_PLUGIN_LICENSE(x) WUPS_META(license, x) #define WUPS_PLUGIN_DESCRIPTION(x) WUPS_META(description, x) +#define WUPS_PLUGIN_ID(x) WUPS_META(id, x) +#define WUPS_PLUGIN_CONFIG_REVISION(x) WUPS_META(config_revision, #x) #ifdef __cplusplus }