diff --git a/Makefile b/Makefile index 9dd924b..97b64f4 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ include $(TOPDIR)/share/wups_rules export WUPS_MAJOR := 0 export WUPS_MINOR := 8 -export WUPS_PATCH := 1 +export WUPS_PATCH := 2 VERSION := $(WUPS_MAJOR).$(WUPS_MINOR).$(WUPS_PATCH) diff --git a/include/wups/meta.h b/include/wups/meta.h index ada3b48..d2ad739 100644 --- a/include/wups/meta.h +++ b/include/wups/meta.h @@ -38,7 +38,7 @@ extern "C" { #endif -#define WUPS_VERSION_STR "0.8.1" +#define WUPS_VERSION_STR "0.8.2" #define WUPS_PLUGIN_NAME(__plugin_name) \ WUPS_META(name, __plugin_name); \ WUPS_META(wups, WUPS_VERSION_STR); \