From 78a4df6ca67f937cda8462d43cbd9547994b6474 Mon Sep 17 00:00:00 2001 From: Alex Evans <715855+mmalex@users.noreply.github.com> Date: Wed, 6 Nov 2024 18:03:54 +0000 Subject: bump version number and update binmaker to also output a bootloader --- sw/Core/Src/config.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sw') diff --git a/sw/Core/Src/config.h b/sw/Core/Src/config.h index f86471f..387382c 100755 --- a/sw/Core/Src/config.h +++ b/sw/Core/Src/config.h @@ -56,4 +56,6 @@ // 0.A4 - Disabled MERGE_PLAYBACK in touch.h. DISABLE_AUTOSAVE flag enables Demo Mode - changes are not written to flash. Disables ProgramPage() in params.h // 0.A5 - Encoder fix // 0.A6 - Set Channels for MIDI in and out (unused pad) -#define VERSION2 "v0.A6" +// 0.A7 - Bootloader work to make it work on MacOSX +#define VERSION2 "v0.A7" + -- cgit v1.2.3