Skip to content

Commit

Permalink
Update version in CMakeLists and vcpkg
Browse files Browse the repository at this point in the history
  • Loading branch information
firthm01 committed Mar 1, 2024
1 parent 1eeb188 commit 228026d
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
62 changes: 31 additions & 31 deletions vcpkg.json
Original file line number Diff line number Diff line change
@@ -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"
]
}

0 comments on commit 228026d

Please sign in to comment.