Skip to content

Commit

Permalink
Ready for 1.0.0-beta.6
Browse files Browse the repository at this point in the history
  • Loading branch information
niklauslee committed Aug 29, 2021
1 parent 2d8a644 commit a164566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if(NOT "${TARGET}" STREQUAL "rpi-pico")
endif()

if(NOT VER)
set(VER "1.0.0-beta.5")
set(VER "1.0.0-beta.6")
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)

0 comments on commit a164566

Please sign in to comment.