version bump

This commit is contained in:
Peter D. Gray 2024-06-03 09:08:03 -04:00
parent 90466a502a
commit 34328a0d30
No known key found for this signature in database
GPG Key ID: A2DCD558C2BE5D7C
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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")