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] =