Skip to content

Commit 1ffeafc

Browse files
authored
0.5.2 release (#347)
1 parent 9cc745a commit 1ffeafc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.docker/netremote-dev/vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
33
"name": "netremote",
4-
"version-string": "0.4.1",
4+
"version-string": "0.5.2",
55
"dependencies": [
66
{
77
"name": "sdbus-cpp",

cmake/version.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11

22
# Default version values in case we can't get them from git.
33
set(VERSION_MAJOR 0)
4-
set(VERSION_MINOR 4)
5-
set(VERSION_PATCH 1)
4+
set(VERSION_MINOR 5)
5+
set(VERSION_PATCH 2)
66

77
if (NOT GIT_EXECUTABLE)
88
message(WARNING "Git not found; falling back to hard-coded version")

vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
33
"name": "netremote",
4-
"version-string": "0.4.1",
4+
"version-string": "0.5.2",
55
"dependencies": [
66
{
77
"name": "vcpkg-cmake",

0 commit comments

Comments
 (0)