From 62e39de88d65f63a5970d55059743cd3a438bb8d Mon Sep 17 00:00:00 2001 From: Alzter Date: Fri, 1 Sep 2023 12:32:01 +1000 Subject: [PATCH] Fix linux version being invalid --- SourceCode/export_presets.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SourceCode/export_presets.cfg b/SourceCode/export_presets.cfg index 6f7d4db9..57508664 100644 --- a/SourceCode/export_presets.cfg +++ b/SourceCode/export_presets.cfg @@ -69,7 +69,7 @@ codesign/custom_options=PoolStringArray( ) application/modify_resources=true application/icon="res://icon.ico" application/file_version="" -application/product_version="0.4.1" +application/product_version="0.0.4.1" application/company_name="SuperTux Team" application/product_name="SuperTux Classic" application/file_description="2D Platformer game!"