From e9f5674f62e26c49f7b069aab60fa8e980b1dc75 Mon Sep 17 00:00:00 2001 From: Maschell Date: Sun, 5 May 2024 14:37:52 +0200 Subject: [PATCH] Bump version to 0.8.1 --- Makefile | 2 +- include/wups/meta.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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); \