diff options
| author | jacqueline <me@jacqueline.id.au> | 2024-10-11 16:00:56 +1100 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2024-10-11 16:00:56 +1100 |
| commit | 470bd7db754992db4545a5870a3a2d0dbe8267ec (patch) | |
| tree | 4688846feb8419833a3fa1bb07730f56388a3738 /tools/cmake/common.cmake | |
| parent | b2548a1f0b3ca78d3a2f3cc7142b994ee0c6d285 (diff) | |
| download | tangara-fw-470bd7db754992db4545a5870a3a2d0dbe8267ec.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 5b6949bc..581f2b57 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 "1.00.0a") +set(PROJECT_VER "1.0.0") # esp-idf sets the C++ standard weird. Set cmake vars to match. set(CMAKE_CXX_STANDARD 23) |
