Skip to content

Commit

Permalink
4.12.0-prerelease10
Browse files Browse the repository at this point in the history
  • Loading branch information
LauraFritz14 committed Oct 20, 2023
1 parent 90e8b70 commit f22ae0a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions PRODUCT_RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 4.12.0-prerelease10
- new trafo version
- distance filter for surface
- increased minimum value for depth image colors

## 4.12.0-prerelease9
- bugfix sequenced bookmarks paths

Expand Down
2 changes: 1 addition & 1 deletion aardium/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "PRo3D",
"productName": "PRo3D.Viewer",
"version": "4.12.0-prerelease9",
"version": "4.12.0-prerelease10",
"description": "PRo3D, short for Planetary Robotics 3D Viewer, is an interactive 3D visualization tool to allow planetary scientists to work with high-resolution 3D reconstructions of the Martian surface.",
"license": "AGPL",
"copyright": "VRVis Zentrum für Virtual Reality und Visualisierung Forschungs-GmbH",
Expand Down
2 changes: 1 addition & 1 deletion src/PRo3D.Viewer/Program.fs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ type Result =
result : string;
}

let viewerVersion = "4.12.0-prerelease9"
let viewerVersion = "4.12.0-prerelease10"
let catchDomainErrors = false

open System.IO
Expand Down

0 comments on commit f22ae0a

Please sign in to comment.