summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorjacqueline <me@jacqueline.id.au>2025-01-10 13:17:50 +1100
committerjacqueline <me@jacqueline.id.au>2025-01-10 13:17:50 +1100
commit430742c29776931a66658735e76f574dbf486330 (patch)
tree7e4d9a6e87aed457d7051d4a93eeff0f01b951be /tools
parent94c30b759192231b8172bbb7d81125c8181261a1 (diff)
downloadtangara-fw-430742c29776931a66658735e76f574dbf486330.tar.gz
version bump
Diffstat (limited to 'tools')
-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 90bd3ace..1a40f7f8 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.1.0")
+set(PROJECT_VER "1.1.1")
# esp-idf sets the C++ standard weird. Set cmake vars to match.
set(CMAKE_CXX_STANDARD 23)