note to self

This commit is contained in:
Peter D. Gray 2024-02-08 11:48:24 -05:00
parent a757483db0
commit 36acb54012
No known key found for this signature in database
GPG Key ID: A2DCD558C2BE5D7C
2 changed files with 3 additions and 1 deletions

View File

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

View File

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