We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f87c74 commit 962af12Copy full SHA for 962af12
CastleEngineManifest.xml
@@ -16,7 +16,7 @@
16
<dependency name="OggVorbis" /> <!-- read .ogg -->
17
<dependency name="Https" /> <!-- read https links -->
18
</dependencies>
19
- <version value="3.19.0" code="6" />
+ <version value="4.0.0" code="7" />
20
<package>
21
<include path="tovrmlx3d*" />
22
<include path="COPYING.GPL2.txt" />
code/v3dsceneversion.pas
@@ -2,7 +2,7 @@
2
unit V3DSceneVersion;
3
interface
4
const
5
- Version = '3.19.0';
+ Version = '4.0.0';
6
View3dsceneURL = 'https://castle-engine.io/view3dscene.php';
7
SupportURL = 'https://castle-engine.io/donate.php';
8
implementation
0 commit comments