File: v3dsceneversion.pas

package info (click to toggle)
view3dscene 4.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 13,824 kB
  • sloc: pascal: 3,961; sh: 330; xml: 261; makefile: 133
file content (9 lines) | stat: -rw-r--r-- 253 bytes parent folder | download
1
2
3
4
5
6
7
8
9
{ view3dscene and tovrmlx3d version and URL constants. }
unit V3DSceneVersion;
interface
const
  Version = '4.2.0';
  View3dsceneURL = 'https://castle-engine.io/view3dscene.php';
  SupportURL = 'https://castle-engine.io/donate.php';
implementation
end.