From 18a9d59ec2594bd9577e311eda0d6648f7f95d45 Mon Sep 17 00:00:00 2001 From: Michael McMaster Date: Sun, 8 Dec 2019 21:16:11 +1000 Subject: [PATCH] Update release version --- CHANGELOG | 2 +- software/SCSI2SD/src/config.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index aa5c126..a5d92e0 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -20191202 4.x.x +20191202 4.8.4 - Fix to prevent sending floppy geometry mode page when not configured as a floppy (Thanks Landon Rodgers) - Fix for VMS 5.5-2 Inquiry allocation lengths. Requires setting "vms" quirk diff --git a/software/SCSI2SD/src/config.c b/software/SCSI2SD/src/config.c index 7570e31..cc3233e 100755 --- a/software/SCSI2SD/src/config.c +++ b/software/SCSI2SD/src/config.c @@ -31,7 +31,7 @@ #include -static const uint16_t FIRMWARE_VERSION = 0x0483; +static const uint16_t FIRMWARE_VERSION = 0x0484; // 1 flash row static const uint8_t DEFAULT_CONFIG[256] =