diff --git a/.docker/netremote-dev/vcpkg.json b/.docker/netremote-dev/vcpkg.json index 5e6582dc..c9f3784a 100644 --- a/.docker/netremote-dev/vcpkg.json +++ b/.docker/netremote-dev/vcpkg.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", "name": "netremote", - "version-string": "0.4.1", + "version-string": "0.5.2", "dependencies": [ { "name": "sdbus-cpp", diff --git a/cmake/version.cmake b/cmake/version.cmake index 934b3df1..854dee92 100644 --- a/cmake/version.cmake +++ b/cmake/version.cmake @@ -1,8 +1,8 @@ # Default version values in case we can't get them from git. set(VERSION_MAJOR 0) -set(VERSION_MINOR 4) -set(VERSION_PATCH 1) +set(VERSION_MINOR 5) +set(VERSION_PATCH 2) if (NOT GIT_EXECUTABLE) message(WARNING "Git not found; falling back to hard-coded version") diff --git a/vcpkg.json b/vcpkg.json index 3b4a234c..1108693f 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", "name": "netremote", - "version-string": "0.4.1", + "version-string": "0.5.2", "dependencies": [ { "name": "vcpkg-cmake",