From fe14c73f52807cfe971b6db44341c97e82e8d9ea Mon Sep 17 00:00:00 2001 From: liquidraver <504870+liquidraver@users.noreply.github.com> Date: Sat, 4 Jul 2026 11:55:24 +0200 Subject: [PATCH] bump version --- .gitignore | 1 + zephcore/CMakeLists.txt | 2 +- zephcore/boards/common/zephcore_common.conf | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f6819f3..915f44e 100644 --- a/.gitignore +++ b/.gitignore @@ -115,3 +115,4 @@ RELEASE_NOTES_v1.16.3.md PATH_HASH_AUDIT_INDEX.md MESHTIMESYNC_PLAN.md /meshtimesync-sim/ +releasenotes/RELEASE_NOTES_v1.16.4.md diff --git a/zephcore/CMakeLists.txt b/zephcore/CMakeLists.txt index e881511..d3a90d8 100644 --- a/zephcore/CMakeLists.txt +++ b/zephcore/CMakeLists.txt @@ -438,7 +438,7 @@ add_definitions(-DFIRMWARE_BUILD_EPOCH=${ZEPHCORE_BUILD_EPOCH}u) # value; the per-app `#ifndef FIRMWARE_VERSION` fallbacks only apply to builds that # bypass this injection. NOTE: the BLE DIS value in boards/common/zephcore_common.conf # (CONFIG_BT_DIS_FW_REV_STR) is Kconfig, not C, so it must be bumped here AND there. -set(ZEPHCORE_FIRMWARE_VERSION "v1.16.3-zephyr") +set(ZEPHCORE_FIRMWARE_VERSION "v1.16.4-zephyr") add_definitions(-DFIRMWARE_VERSION="${ZEPHCORE_FIRMWARE_VERSION}") add_subdirectory(lib/monocypher) diff --git a/zephcore/boards/common/zephcore_common.conf b/zephcore/boards/common/zephcore_common.conf index 6568361..6fbf755 100644 --- a/zephcore/boards/common/zephcore_common.conf +++ b/zephcore/boards/common/zephcore_common.conf @@ -151,7 +151,7 @@ CONFIG_BT_DIS_FW_REV=y # of truth for the C side, injected as -DFIRMWARE_VERSION). This Kconfig value can't # read a C macro, so it must be bumped here too. Phones that read DIS and phones # that query CMD_DEVICE_QUERY should see the same version. -CONFIG_BT_DIS_FW_REV_STR="v1.16.3-zephyr" +CONFIG_BT_DIS_FW_REV_STR="v1.16.4-zephyr" CONFIG_BT_DIS_SW_REV=y CONFIG_BT_DIS_SW_REV_STR="Zephyr" CONFIG_BT_DIS_PNP=n