From 34328a0d302103671e6a3ebfdb647eee04e07fc9 Mon Sep 17 00:00:00 2001 From: "Peter D. Gray" Date: Mon, 3 Jun 2024 09:08:03 -0400 Subject: [PATCH] version bump --- stm32/MK4-Makefile | 2 +- stm32/Q1-Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stm32/MK4-Makefile b/stm32/MK4-Makefile index ecc7391c..064811c6 100644 --- a/stm32/MK4-Makefile +++ b/stm32/MK4-Makefile @@ -19,7 +19,7 @@ LATEST_RELEASE = $(shell ls -t1 ../releases/*-mk4-*.dfu | head -1) # Our version for this release. # - caution, the bootrom will not accept version < 3.0.0 -VERSION_STRING = 5.3.1 +VERSION_STRING = 5.3.2 # keep near top, because defined default target (all) include shared.mk diff --git a/stm32/Q1-Makefile b/stm32/Q1-Makefile index 48ee0adf..cfd39e0e 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 = 1.2.1Q +VERSION_STRING = 1.2.2Q # Remove this closer to shipping. #$(warning "Forcing debug build")