Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
michaliskambi committed Jul 30, 2024
1 parent 4e40450 commit e406cba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CastleEngineManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
game_units="GameInitialize"
fullscreen_immersive="false"
>
<version value="2.2.0" code="12" />
<version value="2.4.0" code="13" />
<compiler_options>
<search_paths>
<path value="code/" />
Expand Down
2 changes: 1 addition & 1 deletion castle_model_viewer_mobile.dproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{10C54596-DAD4-4A59-A8DF-E33C9943FE62}</ProjectGuid>
<ProjectGuid>{A4A39AD2-DC4C-4939-A759-2620E03AD5A5}</ProjectGuid>
<MainSource>castle_model_viewer_mobile.dpr</MainSource>
<Base>True</Base>
<Config Condition="'$(Config)'==''">Debug</Config>
Expand Down
2 changes: 1 addition & 1 deletion castleautogenerated.pas
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ implementation
initialization
ApplicationProperties.ApplicationName := 'castle-model-viewer-mobile';
ApplicationProperties.Caption := 'Castle Model Viewer';
ApplicationProperties.Version := '2.0.0';
ApplicationProperties.Version := '2.4.0';

if not IsLibrary then
Application.ParseStandardParameters;
Expand Down

0 comments on commit e406cba

Please sign in to comment.