Skip to content

Commit

Permalink
Bump version to 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michaliskambi committed Feb 5, 2021
1 parent 3f87c74 commit 962af12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CastleEngineManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<dependency name="OggVorbis" /> <!-- read .ogg -->
<dependency name="Https" /> <!-- read https links -->
</dependencies>
<version value="3.19.0" code="6" />
<version value="4.0.0" code="7" />
<package>
<include path="tovrmlx3d*" />
<include path="COPYING.GPL2.txt" />
Expand Down
2 changes: 1 addition & 1 deletion code/v3dsceneversion.pas
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
unit V3DSceneVersion;
interface
const
Version = '3.19.0';
Version = '4.0.0';
View3dsceneURL = 'https://castle-engine.io/view3dscene.php';
SupportURL = 'https://castle-engine.io/donate.php';
implementation
Expand Down

0 comments on commit 962af12

Please sign in to comment.