Bläddra i källkod

Credit to Joshua Stein (@jcs)

This commit is to recognize the contribution Joshua Stein made to the
BlueSCSI V2 project to create a SCSI DaynaPORT Wi-Fi Ethernet emulator.

@jcs's code was adapted for the ZuluSCSI Pico board for
this project at commit #aa879e35db1e4549cb4a11c87f949fc3edba8554
But wasn't tagged as a co-author. The purpose of this commit is to
recognize the significant effort that went in to writing this code.

The original pull request, which @jcs contributed to BlueSCSI V2,
can be viewed at https://github.com/BlueSCSI/BlueSCSI-v2/pull/59

Co-authored-by: joshua stein <jcs@jcs.org>
Morio 2 år sedan
förälder
incheckning
8e46b47d10
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      src/ZuluSCSI_config.h

+ 1 - 1
src/ZuluSCSI_config.h

@@ -28,7 +28,7 @@
 #include <ZuluSCSI_platform.h>
 
 // Use variables for version number
-#define FW_VER_NUM      "23.10.19"
+#define FW_VER_NUM      "23.10.20"
 #define FW_VER_SUFFIX   "dev"
 #define ZULU_FW_VERSION FW_VER_NUM "-" FW_VER_SUFFIX