diff --git a/src/Plugin/Common/Resources.hpp b/src/Plugin/Common/Resources.hpp index 50e0c12..57898cd 100644 --- a/src/Plugin/Common/Resources.hpp +++ b/src/Plugin/Common/Resources.hpp @@ -22,7 +22,7 @@ along with this program. If not, see . #define PLUGIN_NAME L"Papyrus" #define MAJOR_VERSION 0 -#define MINOR_VERSION 3 +#define MINOR_VERSION 4 #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)