Skip to content

Commit

Permalink
3.6.1 update
Browse files Browse the repository at this point in the history
  • Loading branch information
gwaldron committed Aug 2, 2024
1 parent 531ecab commit df06f2a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ project(

# SDK version number
set(OSGEARTH_MAJOR_VERSION 3)
set(OSGEARTH_MINOR_VERSION 6)
set(OSGEARTH_MINOR_VERSION 7)
set(OSGEARTH_PATCH_VERSION 0)
set(OSGEARTH_VERSION ${OSGEARTH_MAJOR_VERSION}.${OSGEARTH_MINOR_VERSION}.${OSGEARTH_PATCH_VERSION})

Expand Down
8 changes: 8 additions & 0 deletions docs/source/releasenotes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Release Notes

## Version 3.6.1 (July 2024)

Bug fix release:

* Support Blend2D 0.11.4
* Revert a TileMesher update that broke TerrainConstraints in come cases
* Fix a bug in Profile affecting antimeridian cursors

## Version 3.6 (June 2024)

Release Highlights:
Expand Down

0 comments on commit df06f2a

Please sign in to comment.