Maelstrom: Updated default version string

https://github.com/libsdl-org/Maelstrom/commit/52c5d0cae4b4fd9be6dea42f7cc84634eac23acf

From 52c5d0cae4b4fd9be6dea42f7cc84634eac23acf Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Mon, 31 Oct 2011 08:16:04 -0400
Subject: [PATCH] Updated default version string

---
 netlogic/netlogic.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/netlogic/netlogic.h b/netlogic/netlogic.h
index 60254f61..74158ffe 100644
--- a/netlogic/netlogic.h
+++ b/netlogic/netlogic.h
@@ -22,7 +22,7 @@
 
 /* Maelstrom version... */
 #ifndef VERSION
-#define VERSION "3.0.6"
+#define VERSION "4.0.0"
 #endif
 #define	VERSION_STRING		VERSION ".N"