From 228026dcb84e47bc4836238fa4c08a061a409391 Mon Sep 17 00:00:00 2001 From: Matthew Firth Date: Fri, 1 Mar 2024 11:31:28 +0000 Subject: [PATCH] Update version in CMakeLists and vcpkg --- CMakeLists.txt | 2 +- vcpkg.json | 62 +++++++++++++++++++++++++------------------------- 2 files changed, 32 insertions(+), 32 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e5e00ab8c..cd8f5fdd2 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 929b08c19..26fd28a4c 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" + ] +}