diff options
| author | jacqueline <me@jacqueline.id.au> | 2024-02-01 11:43:01 +1100 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2024-02-01 11:43:01 +1100 |
| commit | ee867f2dbcad624948d73253577ef4bf887cbfad (patch) | |
| tree | 698e096574b60cdb61e8c268e963a26ac5e89b2f /tools/cmake | |
| parent | 2626c0cffc23c22382ef72aeafecdc107f7ea92c (diff) | |
| download | tangara-fw-ee867f2dbcad624948d73253577ef4bf887cbfad.tar.gz | |
add an indicator for database updates
Diffstat (limited to 'tools/cmake')
| -rw-r--r-- | tools/cmake/common.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/cmake/common.cmake b/tools/cmake/common.cmake index 12730b9b..25eee96e 100644 --- a/tools/cmake/common.cmake +++ b/tools/cmake/common.cmake @@ -5,7 +5,7 @@ # For more information about build system see # https://docs.espressif.com/projects/esp-idf/en/latest/api-guides/build-system.html -set(PROJECT_VER "0.2.1") +set(PROJECT_VER "0.3.0") # esp-idf sets the C++ standard weird. Set cmake vars to match. set(CMAKE_CXX_STANDARD 23) |
