Browse Source

Update release version

Michael McMaster 5 years ago
parent
commit
bc28b3f5d8
2 changed files with 2 additions and 2 deletions
  1. 1 1
      lib/SCSI2SD/CHANGELOG
  2. 1 1
      lib/SCSI2SD/src/firmware/config.c

+ 1 - 1
lib/SCSI2SD/CHANGELOG

@@ -1,4 +1,4 @@
-20191119		6.X.X
+20191208		6.2.9
 	- 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

+ 1 - 1
lib/SCSI2SD/src/firmware/config.c

@@ -37,7 +37,7 @@
 
 #include <string.h>
 
-static const uint16_t FIRMWARE_VERSION = 0x0628;
+static const uint16_t FIRMWARE_VERSION = 0x0629;
 
 // 1 flash row
 static const uint8_t DEFAULT_CONFIG[128] =