From cff4f3bf080867cdbbad46b137020bd4a840ac13 Mon Sep 17 00:00:00 2001 From: scgbckbone Date: Fri, 20 Mar 2026 19:20:00 +0100 Subject: [PATCH] version bump --> 6.5.0 --- stm32/MK-Makefile | 2 +- stm32/Q1-Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stm32/MK-Makefile b/stm32/MK-Makefile index 9f33b3a3..a9b06ec6 100644 --- a/stm32/MK-Makefile +++ b/stm32/MK-Makefile @@ -19,7 +19,7 @@ LATEST_RELEASE = $(shell ls -t1 ../releases/*-mk-*.dfu ../releases/*-mk4-*.dfu | # Our version for this release. # - caution, the bootrom will not accept version < 3.0.0 -VERSION_STRING = 6.4.1X +VERSION_STRING = 6.5.0X # keep near top, because defined default target (all) include shared.mk diff --git a/stm32/Q1-Makefile b/stm32/Q1-Makefile index fb25472b..2d2e6092 100644 --- a/stm32/Q1-Makefile +++ b/stm32/Q1-Makefile @@ -16,7 +16,7 @@ BOOTLOADER_DIR = q1-bootloader LATEST_RELEASE = $(shell ls -t1 ../releases/*-q1-*.dfu | head -1) # Our version for this release. -VERSION_STRING = 6.4.1QX +VERSION_STRING = 6.5.0QX # Remove this closer to shipping. #$(warning "Forcing debug build")