diff --git a/Makefile b/Makefile index 7f694c6..88d2bf3 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 := 0 +export WUPS_PATCH := 1 VERSION := $(WUPS_MAJOR).$(WUPS_MINOR).$(WUPS_PATCH) diff --git a/include/wups/meta.h b/include/wups/meta.h index 4f501d2..004a49d 100644 --- a/include/wups/meta.h +++ b/include/wups/meta.h @@ -38,7 +38,7 @@ extern "C" { #endif -#define WUPS_VERSION_STR "0.8.0" +#define WUPS_VERSION_STR "0.8.1" #define WUPS_PLUGIN_NAME(__plugin_name) \ WUPS_META(name, __plugin_name); \ WUPS_META(wups, WUPS_VERSION_STR); \