Skip to content

Commit 37eccd8

Browse files
authored
RC version bump
1 parent fddae77 commit 37eccd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# TODO: Better clang-format integration (versions, dependencies, only changed, etc.)
2222
# TODO: Version from git describe?
2323
# TODO: Export macros and visibilty annotations
24-
# TODO: CPack? CTest? Conan?
24+
# TODO: CPack? CTest?
2525

2626

2727
# This is a tricky decision. If we set this too old, we lose access to
@@ -34,7 +34,7 @@
3434
# constrained by the version of CMake available on target systems.
3535
cmake_minimum_required(VERSION 3.25 FATAL_ERROR)
3636

37-
set(CMAKE_PROJECT_VERSION 0.7.0)
37+
set(CMAKE_PROJECT_VERSION 0.8.0-rc1)
3838

3939
# Identify the project.
4040
project(viam-cpp-sdk

0 commit comments

Comments
 (0)