summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorjacqueline <me@jacqueline.id.au>2024-04-19 12:45:02 +1000
committerjacqueline <me@jacqueline.id.au>2024-04-19 12:45:02 +1000
commit354ba0325a9df220f05486712662c20b2ca0e0d0 (patch)
tree32d2f33804996b32cc0e807b0bd1965593537f7f /tools
parent727847017d02741d6ff14a0e03db239593902c5f (diff)
downloadtangara-fw-354ba0325a9df220f05486712662c20b2ca0e0d0.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 60d11416..872bf555 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.8.2")
+set(PROJECT_VER "0.8.3")
# esp-idf sets the C++ standard weird. Set cmake vars to match.
set(CMAKE_CXX_STANDARD 23)