diff --git a/CMakeLists.txt b/CMakeLists.txt index e5e00ab8..cd8f5fdd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON) set(CMAKE_CXX_EXTENSIONS OFF) set(CMAKE_POSITION_INDEPENDENT_CODE ON) -set(EPS_VERSION_BASE 1.0.0) # This is used as fallback if getting from git fails. Must be only numeric. +set(EPS_VERSION_BASE 1.1.0) # This is used as fallback if getting from git fails. Must be only numeric. # NOTE: also update hard-coded version number in # - vcpkg.json diff --git a/vcpkg.json b/vcpkg.json index 929b08c1..26fd28a4 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,31 +1,31 @@ -{ - "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json", - "name": "ear-production-suite", - "version": "1.0.0", - "dependencies": [ - "protobuf", - "nng", - "spdlog", - "yaml-cpp", - "boost-algorithm", - "boost-asio", - "boost-circular-buffer", - "boost-dll", - "boost-filesystem", - "boost-format", - "boost-functional", - "boost-graph", - "boost-iterator", - "boost-math", - "boost-mp11", - "boost-optional", - "boost-program-options", - "boost-property-tree", - "boost-range", - "boost-smart-ptr", - "boost-test", - "boost-timer", - "boost-uuid", - "boost-variant" - ] -} +{ + "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json", + "name": "ear-production-suite", + "version": "1.1.0", + "dependencies": [ + "protobuf", + "nng", + "spdlog", + "yaml-cpp", + "boost-algorithm", + "boost-asio", + "boost-circular-buffer", + "boost-dll", + "boost-filesystem", + "boost-format", + "boost-functional", + "boost-graph", + "boost-iterator", + "boost-math", + "boost-mp11", + "boost-optional", + "boost-program-options", + "boost-property-tree", + "boost-range", + "boost-smart-ptr", + "boost-test", + "boost-timer", + "boost-uuid", + "boost-variant" + ] +}