From 38844709cf118fabfa7a9d9e2d6b868bdd26a9f2 Mon Sep 17 00:00:00 2001 From: blu3mania Date: Sun, 2 Jul 2023 19:32:33 -0400 Subject: [PATCH] Bump version to 1.1.0 --- src/Plugin/Common/Resources.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Plugin/Common/Resources.hpp b/src/Plugin/Common/Resources.hpp index 0cff927..eda51dc 100644 --- a/src/Plugin/Common/Resources.hpp +++ b/src/Plugin/Common/Resources.hpp @@ -24,8 +24,8 @@ along with this program. If not, see . #define PLUGIN_NAME L"Papyrus" #define MAJOR_VERSION 1 -#define MINOR_VERSION 0 -#define PATCH_VERSION 1 +#define MINOR_VERSION 1 +#define PATCH_VERSION 0 #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)