summaryrefslogtreecommitdiff
path: root/tools/cmake
diff options
context:
space:
mode:
authorjacqueline <me@jacqueline.id.au>2024-01-17 15:57:12 +1100
committerjacqueline <me@jacqueline.id.au>2024-01-17 15:57:12 +1100
commitc0ec19c496591efe970da26c819c2a0dc86c363d (patch)
treeb0267c923ba0f453a5fcd0255c49b3d2ef725078 /tools/cmake
parenta81c7a8a8667407f5a7b5ba3de549314d2254366 (diff)
downloadtangara-fw-c0ec19c496591efe970da26c819c2a0dc86c363d.tar.gz
fix some properties that got copied wrong
Diffstat (limited to 'tools/cmake')
-rw-r--r--tools/cmake/common.cmake2
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 "")