From 282a990846242a654410dbae23442ed551625e09 Mon Sep 17 00:00:00 2001 From: nmlgc Date: Sun, 14 Jul 2013 20:55:16 +0200 Subject: [PATCH] Bump version number to 2013-07-14 --- 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 f59746e4..af3e4dbf 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 0x20130706; + return 0x20130714; } const char* PROJECT_VERSION_STRING() {