From 8ffa5669d986a621e2028c1f05efce5ee843ccb5 Mon Sep 17 00:00:00 2001 From: FunkyFr3sh Date: Tue, 25 May 2021 10:04:57 +0200 Subject: [PATCH] bump version --- ddraw.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ddraw.rc b/ddraw.rc index 26be5fb..544b7e8 100644 --- a/ddraw.rc +++ b/ddraw.rc @@ -2,7 +2,7 @@ #define ver_str(a,b,c,d) str(a) "." str(b) "." str(c) "." str(d) #define VERSION_MAJOR 4 -#define VERSION_MINOR 3 +#define VERSION_MINOR 4 #define VERSION_BUILD 0 #define VERSION_REVISION 0