From 3d4dcd43126ff83d6d3d6d1743fae4e102ed4735 Mon Sep 17 00:00:00 2001 From: Minkyu Lee Date: Mon, 22 Nov 2021 15:48:22 +0900 Subject: [PATCH] Update for v1.0.0-beta.8 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index eda7ced0..82fa0667 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ if(NOT "${TARGET}" STREQUAL "rp2") endif() if(NOT VER) - set(VER "1.0.0-beta.7") + set(VER "1.0.0-beta.8") endif() configure_file(${CMAKE_SOURCE_DIR}/tools/kaluma_config.h.in ${CMAKE_SOURCE_DIR}/src/gen/kaluma_config.h) include(${CMAKE_SOURCE_DIR}/targets/${TARGET}/target.cmake)