diff --git a/src/Plugin/Common/Resources.hpp b/src/Plugin/Common/Resources.hpp index 36a0add..6b12031 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 1 #define MINOR_VERSION 2 -#define PATCH_VERSION 1 +#define PATCH_VERSION 2 #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)