From 8951cacd1916503fdb18acfdedea65cc4b2b9790 Mon Sep 17 00:00:00 2001 From: blu3mania Date: Tue, 29 Nov 2022 09:46:33 -0500 Subject: [PATCH] Bump version to 0.5.1. --- src/Plugin/Common/Resources.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Plugin/Common/Resources.hpp b/src/Plugin/Common/Resources.hpp index 312f283..f1133fb 100644 --- a/src/Plugin/Common/Resources.hpp +++ b/src/Plugin/Common/Resources.hpp @@ -25,7 +25,7 @@ along with this program. If not, see . #define PLUGIN_NAME L"Papyrus" #define MAJOR_VERSION 0 #define MINOR_VERSION 5 -#define PATCH_VERSION 0 +#define PATCH_VERSION 1 #define BUILD_NUMBER 0 // This number will be replaced by build script #define PLUGIN_VERSION STR(MAJOR_VERSION) L"." STR(MINOR_VERSION) L"." STR(PATCH_VERSION)