version bumps

This commit is contained in:
Peter D. Gray 2026-03-05 09:12:25 -05:00
parent 0b425b8609
commit e35f60ed5e
No known key found for this signature in database
GPG Key ID: A2DCD558C2BE5D7C
4 changed files with 7 additions and 7 deletions

View File

@ -25,14 +25,14 @@ This lists the new changes that have not yet been published in a normal release.
# Mk Specific Changes
## 5.4.5 - 2025-12-xx
## 5.5.0 - 2065-03-xx
- Enhancement: Show QR of XOR-split seeds.
# Q Specific Changes
## 1.3.6Q - 2025-12-xx
## 1.4.0Q - 2065-03-xx
- Bugfix: Empty notes in hobbled mode caused yikes upon menu entry.

View File

@ -12,14 +12,14 @@ HW_MODEL = mk
PARENT_MKFILE = MK-Makefile
# This is release of the bootloader that will be built into the factory.dfu
BOOTLOADER_VERSION = 3.2.1
BOOTLOADER_VERSION = 3.3.0
BOOTLOADER_DIR = mk4-bootloader
LATEST_RELEASE = $(shell ls -t1 ../releases/*-mk-*.dfu ../releases/*-mk4-*.dfu | head -1)
# Our version for this release.
# - caution, the bootrom will not accept version < 3.0.0
VERSION_STRING = 5.4.5
VERSION_STRING = 5.5.0
# 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.3.5Q
VERSION_STRING = 1.4.0Q
# Remove this closer to shipping.
#$(warning "Forcing debug build")

View File

@ -5,8 +5,8 @@
#include <stdint.h>
// Public version number for humans. Lots more version data added by Makefile.
// - update ../MK4-Makefile BOOTLOADER_VERSION once this is qualified version
#define RELEASE_VERSION "3.2.1"
// - update ../MK-Makefile BOOTLOADER_VERSION once this is qualified version
#define RELEASE_VERSION "3.3.0"
extern const char version_string[];