Skip to content

Commit

Permalink
Releasing v0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiashienzsch committed May 19, 2023
1 parent 9ff553a commit a8b345b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
cmake_minimum_required(VERSION 3.23)
project(patch-init-firmware LANGUAGES C CXX)
file(STRINGS VERSION CURRENT_VERSION)
project(patch-init-firmware VERSION ${CURRENT_VERSION} LANGUAGES C CXX)

find_program(CCACHE ccache)
if (CCACHE)
set(CMAKE_C_COMPILER_LAUNCHER ${CCACHE})
set(CMAKE_CXX_COMPILER_LAUNCHER ${CCACHE})
endif ()

message(${PROJECT_VERSION})

set(CMAKE_C_STANDARD 11)
set(CMAKE_C_EXTENSIONS ON)
set(CMAKE_C_STANDARD_REQUIRED ON)
Expand Down
1 change: 1 addition & 0 deletions VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.16.0

0 comments on commit a8b345b

Please sign in to comment.