Skip to content

Commit

Permalink
PRo3D_4.12.0-prerelease7
Browse files Browse the repository at this point in the history
  • Loading branch information
LauraFritz14 committed Jun 22, 2023
1 parent 1df7b02 commit 1f60639
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions PRODUCT_RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 4.12.0-prerelease7
- #261 Zooming enhancements
- #167 radiometry

## 4.12.0-prerelease6
- show depth (+ gui and legend) in instrument view
- #234, snapshots: --renderDepth writes a depth image as tiff
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-prerelease6",
"version": "4.12.0-prerelease7",
"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-prerelease6"
let viewerVersion = "4.12.0-prerelease7"
let catchDomainErrors = false

open System.IO
Expand Down

0 comments on commit 1f60639

Please sign in to comment.