From daeef964420a52b3ca17ab2a0a2f8c60a32772f1 Mon Sep 17 00:00:00 2001 From: Ciprian <ciliesj@gmail.com> Date: Tue, 24 Oct 2017 19:27:47 -0700 Subject: [PATCH] * Updated version string to 2.0.7 --- src/game.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game.hpp b/src/game.hpp index 264852dd6..558aa0a8a 100644 --- a/src/game.hpp +++ b/src/game.hpp @@ -14,7 +14,7 @@ #include <vector> // REMEMBER TO CHANGE THIS WITH EVERY NEW OFFICIAL VERSION!!! -#define VERSION "v2.0.5" +#define VERSION "v2.0.7" #define GAME_CODE #define MAX_FPS_LIMIT 60 //TODO: Make this configurable.