From 37eccd8ffd5c51089957c717a0985409b1a9cb9e Mon Sep 17 00:00:00 2001 From: lia <167905060+lia-viam@users.noreply.github.com> Date: Wed, 9 Apr 2025 12:06:51 -0400 Subject: [PATCH 1/2] RC version bump --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6b3bc3729..fbfd704e1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,7 +21,7 @@ # TODO: Better clang-format integration (versions, dependencies, only changed, etc.) # TODO: Version from git describe? # TODO: Export macros and visibilty annotations -# TODO: CPack? CTest? Conan? +# TODO: CPack? CTest? # This is a tricky decision. If we set this too old, we lose access to @@ -34,7 +34,7 @@ # constrained by the version of CMake available on target systems. cmake_minimum_required(VERSION 3.25 FATAL_ERROR) -set(CMAKE_PROJECT_VERSION 0.7.0) +set(CMAKE_PROJECT_VERSION 0.8.0-rc1) # Identify the project. project(viam-cpp-sdk From 7a9a63961992d3b543877d4404033b1248b8d49b Mon Sep 17 00:00:00 2001 From: lia <167905060+lia-viam@users.noreply.github.com> Date: Thu, 10 Apr 2025 14:53:42 -0400 Subject: [PATCH 2/2] Update CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fbfd704e1..16ad89c9d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,7 +34,7 @@ # constrained by the version of CMake available on target systems. cmake_minimum_required(VERSION 3.25 FATAL_ERROR) -set(CMAKE_PROJECT_VERSION 0.8.0-rc1) +set(CMAKE_PROJECT_VERSION 0.8.0) # Identify the project. project(viam-cpp-sdk