Skip to content

Commit

Permalink
Update versions to 3.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gwaldron committed Jul 24, 2024
1 parent b8d1694 commit cdffe96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ project(
# SDK version number
set(OSGEARTH_MAJOR_VERSION 3)
set(OSGEARTH_MINOR_VERSION 6)
set(OSGEARTH_PATCH_VERSION 0)
set(OSGEARTH_PATCH_VERSION 1)
set(OSGEARTH_VERSION ${OSGEARTH_MAJOR_VERSION}.${OSGEARTH_MINOR_VERSION}.${OSGEARTH_PATCH_VERSION})

# Increment this each time the ABI changes
Expand Down
4 changes: 2 additions & 2 deletions vcpkg/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "osgearth",
"version-string": "3.5",
"version-string": "3.6.1",
"port-version": 2,
"description": "osgEarth - 3D Maps and Terrain for OpenSceneGraph - Copyright 2023 Pelican Mapping",
"description": "osgEarth - 3D Maps and Terrain for OpenSceneGraph - Copyright 2024 Pelican Mapping",
"homepage": "https://github.com/gwaldron/osgearth",
"supports": "!(x86 | wasm32)",
"dependencies": [
Expand Down

0 comments on commit cdffe96

Please sign in to comment.