We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9273cd8 commit 0654d62Copy full SHA for 0654d62
src/Plugin/Common/Resources.hpp
@@ -25,7 +25,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
25
#define PLUGIN_NAME L"Papyrus"
26
#define MAJOR_VERSION 1
27
#define MINOR_VERSION 2
28
-#define PATCH_VERSION 0
+#define PATCH_VERSION 1
29
#define BUILD_NUMBER 0 // This number will be replaced by build script
30
#define PLUGIN_VERSION STR(MAJOR_VERSION) L"." STR(MINOR_VERSION) L"." STR(PATCH_VERSION)
31
0 commit comments