Bump plugin version to 0.8.2

This commit is contained in:
Maschell 2024-12-14 11:13:31 +01:00
parent 6fa6b3fc7d
commit 6c7937613a
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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); \