From acf047ca27c3497e0bf6f80aa38af3876bb32a1f Mon Sep 17 00:00:00 2001
From: FunkyFr3sh <cc.red.alert.1@googlemail.com>
Date: Fri, 16 Nov 2018 09:01:24 +0100
Subject: [PATCH] bump version

---
 ddraw.rc       | 2 +-
 src/settings.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ddraw.rc b/ddraw.rc
index 70af8da..4b13fa3 100644
--- a/ddraw.rc
+++ b/ddraw.rc
@@ -4,7 +4,7 @@
 #define VERSION_MAJOR    1
 #define VERSION_MINOR    2
 #define VERSION_BUILD    5
-#define VERSION_REVISION 4  
+#define VERSION_REVISION 5  
 
 #define VERSION          VERSION_MAJOR, VERSION_MINOR, VERSION_BUILD, VERSION_REVISION
 #define VERSION_STRING   ver_str(VERSION_MAJOR, VERSION_MINOR, VERSION_BUILD, VERSION_REVISION)
diff --git a/src/settings.c b/src/settings.c
index 7c747c9..57d6de0 100644
--- a/src/settings.c
+++ b/src/settings.c
@@ -226,7 +226,7 @@ static void CreateSettingsIni()
             "maxgameticks=0\n"
             "\n"
             "; Gives cnc-ddraw full control over the mouse cursor (required for adjmouse/boxing/maintas)\n"
-            "; Note: This option only works for games that draw their own cursor and must be disabled for all other games\n"
+            "; Note: This option only works for games that draw their own cursor and it must be disabled for all other games\n"
             "handlemouse=true\n"
             "\n"
             "\n"