From cdffe96d4db26385fce39c35bf5d4a1f4c42e5a7 Mon Sep 17 00:00:00 2001 From: Glenn Waldron Date: Wed, 24 Jul 2024 13:23:31 -0400 Subject: [PATCH] Update versions to 3.6.1 --- CMakeLists.txt | 2 +- vcpkg/vcpkg.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 12d5d20639..ca6f3b3d7c 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 diff --git a/vcpkg/vcpkg.json b/vcpkg/vcpkg.json index d0929900c1..85817e5295 100644 --- a/vcpkg/vcpkg.json +++ b/vcpkg/vcpkg.json @@ -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": [