From 19ef530f80f1628638de186fe792549b1d48e5bf Mon Sep 17 00:00:00 2001 From: niklauslee Date: Sun, 4 Apr 2021 20:15:54 +0900 Subject: [PATCH] Update version to 1.0.0-beta.2 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f63b5918..edcbc177 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ if(NOT "${TARGET}" STREQUAL "rpi-pico") endif() if(NOT VER) - set(VER "1.0.0-beta.1") + set(VER "1.0.0-beta.2") 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)