Bump version to 0.8.1

This commit is contained in:
Maschell 2024-05-05 14:37:52 +02:00
parent f871b7f228
commit e9f5674f62
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 := 0
export WUPS_PATCH := 1
VERSION := $(WUPS_MAJOR).$(WUPS_MINOR).$(WUPS_PATCH)

View File

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