Skip to content

Commit 21b874d

Browse files
version bump
1 parent 1d9a2ac commit 21b874d

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

TEST_RELEASE_NOTES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 4.27.0-prerelease1
2+
- coordinate frames as scale bars
3+
- fixed memory leak for high focal length fulcra
4+
15
## 4.26.0-prerelease2
26
- fixed surface priority
37
- improved handling of large trajectories

lib/JR.Wrappers.dll

-7.34 MB
Binary file not shown.

src/PRo3D.Viewer/Program.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ type Result =
5252
result : string;
5353
}
5454

55-
let viewerVersion = "4.26.0-prerelease1"
55+
let viewerVersion = "4.27.0-prerelease1"
5656
let catchDomainErrors = false
5757

5858
open System.IO

0 commit comments

Comments
 (0)