From 56809c5888bdacc7494bab191587e86ddd7f4399 Mon Sep 17 00:00:00 2001 From: nmlgc Date: Sun, 7 May 2017 09:02:10 +0200 Subject: [PATCH] Bump the version number to 2017-05-07. --- thcrap/src/global.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thcrap/src/global.cpp b/thcrap/src/global.cpp index d4c7eb6e..68307568 100644 --- a/thcrap/src/global.cpp +++ b/thcrap/src/global.cpp @@ -22,7 +22,7 @@ const char* PROJECT_NAME_SHORT(void) } const DWORD PROJECT_VERSION(void) { - return 0x20170506; + return 0x20170507; } const char* PROJECT_VERSION_STRING(void) {