diff options
| author | jacqueline <me@jacqueline.id.au> | 2024-01-17 15:57:12 +1100 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2024-01-17 15:57:12 +1100 |
| commit | c0ec19c496591efe970da26c819c2a0dc86c363d (patch) | |
| tree | b0267c923ba0f453a5fcd0255c49b3d2ef725078 /tools/cmake | |
| parent | a81c7a8a8667407f5a7b5ba3de549314d2254366 (diff) | |
| download | tangara-fw-c0ec19c496591efe970da26c819c2a0dc86c363d.tar.gz | |
fix some properties that got copied wrong
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 4e8bea4f..c2f9141e 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.1.0") +set(PROJECT_VER "0.1.1") # Build only the subset of components that we actually depend on. set(COMPONENTS "") |
