From 20650a5f44f2efad11f54b98da2f055f967b1d72 Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Fri, 1 May 2026 17:30:00 -0700
Subject: [PATCH] Updated to version 4.0.1
---
CMakeLists.txt | 2 +-
Maelstrom.rc | 8 ++++----
Xcode/Maelstrom.xcodeproj/project.pbxproj | 4 ++--
3 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2b9ead77..588613ff 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.0...4.0)
set(MAJOR_VERSION 4)
set(MINOR_VERSION 0)
-set(MICRO_VERSION 0)
+set(MICRO_VERSION 1)
set(SDL_REQUIRED_VERSION 3.4.2)
project(Maelstrom
diff --git a/Maelstrom.rc b/Maelstrom.rc
index 4e4ad943..ff0c6eee 100644
--- a/Maelstrom.rc
+++ b/Maelstrom.rc
@@ -54,8 +54,8 @@ IDI_ICON1 ICON DISCARDABLE "Data\Icons\icon.ico"
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 4,0,0,0
- PRODUCTVERSION 4,0,0,0
+ FILEVERSION 4,0,1,0
+ PRODUCTVERSION 4,0,1,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -72,12 +72,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Sam Lantinga"
VALUE "FileDescription", "Maelstrom"
- VALUE "FileVersion", "4, 0, 0, 0"
+ VALUE "FileVersion", "4, 0, 1, 0"
VALUE "InternalName", "Maelstrom"
VALUE "LegalCopyright", "Copyright (C) 2026 Sam Lantinga"
VALUE "OriginalFilename", "Maelstrom.exe"
VALUE "ProductName", "Maelstrom"
- VALUE "ProductVersion", "4, 0, 0, 0"
+ VALUE "ProductVersion", "4, 0, 1, 0"
end
END
BLOCK "VarFileInfo"
diff --git a/Xcode/Maelstrom.xcodeproj/project.pbxproj b/Xcode/Maelstrom.xcodeproj/project.pbxproj
index 8b5c8de8..2245207d 100644
--- a/Xcode/Maelstrom.xcodeproj/project.pbxproj
+++ b/Xcode/Maelstrom.xcodeproj/project.pbxproj
@@ -943,7 +943,7 @@
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
- MARKETING_VERSION = 4.0.0;
+ MARKETING_VERSION = 4.0.1;
PRODUCT_BUNDLE_IDENTIFIER = org.libsdl.Maelstrom;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -1000,7 +1000,7 @@
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
- MARKETING_VERSION = 4.0.0;
+ MARKETING_VERSION = 4.0.1;
PRODUCT_BUNDLE_IDENTIFIER = org.libsdl.Maelstrom;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";