From 6c7937613a133b8f872b98f82633654b9a6f3093 Mon Sep 17 00:00:00 2001 From: Maschell Date: Sat, 14 Dec 2024 11:13:31 +0100 Subject: [PATCH] Bump plugin version to 0.8.2 --- Makefile | 2 +- include/wups/meta.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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); \