Skip to content

Commit

Permalink
Bump version, package useful scripts with rayhunter
Browse files Browse the repository at this point in the history
  • Loading branch information
michaliskambi committed Jun 15, 2024
1 parent bbb68d9 commit 7d74c75
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CastleEngineManifest.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<project name="rayhunter" standalone_source="rayhunter.lpr">
<version value="1.4.0" code="2" />
<package>
<include path="README.md" />
<include path="test.sh" />
</package>
</project>
2 changes: 1 addition & 1 deletion rayhunter.lpr
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ function LightsForRaytracer(const Viewport: TCastleViewport): TLightInstancesLis
end;

const
Version = '1.3.4';
Version = '1.4.0';
Options: array [0..13] of TOption =
( (Short: #0; Long: 'scene-bg-color'; Argument: oaRequired3Separate),
(Short: 'p'; Long: 'camera-pos'; Argument: oaRequired3Separate),
Expand Down

0 comments on commit 7d74c75

Please sign in to comment.