diff options
| author | jacqueline <me@jacqueline.id.au> | 2024-02-06 13:48:16 +1100 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2024-02-06 13:48:16 +1100 |
| commit | a75adfc124e4afa461aea438a1e42649de7115cd (patch) | |
| tree | 56f9c8186ee915337657e747b1eb2eb8370f6520 /tools/cmake/common.cmake | |
| parent | 0bb12912bc185d78114ccebb5d6e7aae67cb1728 (diff) | |
| download | tangara-fw-a75adfc124e4afa461aea438a1e42649de7115cd.tar.gz | |
version bump
Diffstat (limited to 'tools/cmake/common.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 25eee96e..bff6b4a0 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.3.0") +set(PROJECT_VER "0.4.0") # esp-idf sets the C++ standard weird. Set cmake vars to match. set(CMAKE_CXX_STANDARD 23) |
