From 5e79340fef6aae70f367c762572fef34e77ebb9a Mon Sep 17 00:00:00 2001 From: FunkyFr3sh Date: Sun, 17 Jan 2021 22:51:22 +0100 Subject: [PATCH] bump version --- ddraw.rc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ddraw.rc b/ddraw.rc index efb1119..fd054ee 100644 --- a/ddraw.rc +++ b/ddraw.rc @@ -2,9 +2,9 @@ #define ver_str(a,b,c,d) str(a) "." str(b) "." str(c) "." str(d) #define VERSION_MAJOR 1 -#define VERSION_MINOR 3 -#define VERSION_BUILD 9 -#define VERSION_REVISION 2 +#define VERSION_MINOR 4 +#define VERSION_BUILD 0 +#define VERSION_REVISION 0 #define VERSION VERSION_MAJOR, VERSION_MINOR, VERSION_BUILD, VERSION_REVISION #define VERSION_STRING ver_str(VERSION_MAJOR, VERSION_MINOR, VERSION_BUILD, VERSION_REVISION)