File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 11
22# Default version values in case we can't get them from git.
33set (VERSION_MAJOR 0)
4- set (VERSION_MINOR 4 )
5- set (VERSION_PATCH 1 )
4+ set (VERSION_MINOR 5 )
5+ set (VERSION_PATCH 2 )
66
77if (NOT GIT_EXECUTABLE)
88 message (WARNING "Git not found; falling back to hard-coded version" )
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments