From 93e8e55b3ce20707e90b0421ac5726270070ff1e Mon Sep 17 00:00:00 2001 From: nmlgc Date: Mon, 12 Aug 2013 06:16:05 +0200 Subject: [PATCH] Bump version number to 2013-08-12 --- thcrap/src/global.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thcrap/src/global.c b/thcrap/src/global.c index ed03211e..9714bd44 100644 --- a/thcrap/src/global.c +++ b/thcrap/src/global.c @@ -22,7 +22,7 @@ const char* PROJECT_NAME_SHORT() } const DWORD PROJECT_VERSION() { - return 0x20130808; + return 0x20130812; } const char* PROJECT_VERSION_STRING() {