]> localhost Git - SCSI2SD-V6.git/commitdiff
Bump up the version number
authorMichael McMaster <michael@codesrc.com>
Sat, 8 May 2021 09:28:14 +0000 (19:28 +1000)
committerMichael McMaster <michael@codesrc.com>
Sat, 8 May 2021 09:28:14 +0000 (19:28 +1000)
CHANGELOG
src/firmware/config.c

index aa36e00aedd86e5b5f5c52af89706d12f18c4f32..0783ca317cd47502400a0eb42aaeb7f67355ded2 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+20210508        6.4.4
+    - More bug fixes for firmware hanging during read/writes
+
 20210504        6.4.3
     - More bug fixes while writing data.
 
index 47eb504c3f3c6af9c966066eaba987975304f602..7a512a9bfebf8913d52e5e5b84b5ffc940233d92 100755 (executable)
@@ -36,7 +36,7 @@
 \r
 #include <string.h>\r
 \r
-static const uint16_t FIRMWARE_VERSION = 0x0643;\r
+static const uint16_t FIRMWARE_VERSION = 0x0644;\r
 \r
 // Optional static config\r
 extern uint8_t* __fixed_config;\r