Skip to content

Commit

Permalink
doc: Syncing openSeaChest_Firmware version with closed SeaChest
Browse files Browse the repository at this point in the history
Closed SeaChest is moving to 4.0.0 so keeping the version number in sync for now until we can roll the config file out to opensource.

Signed-off-by: Tyler Erickson <[email protected]>
  • Loading branch information
vonericsen committed Dec 1, 2023
1 parent a4fa8bf commit e09354b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions docs/openSeaChest/openSeaChest_Firmware_Version_History.txt
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,6 @@ v3.4.0 27-Mar-2023 opensea-operations library updated to add automatic retry t
v4.0.0 01-Dec-2023 Updated to newer opensea-libs to pull in low-level fixes.
Fixed compatibility issue with PMC 8070 by using segmented
download instead of deferred download by default.
New config file that uses json instead of old proprietary config
file.
Stopped reading /etc/passwd file to show username in banner.
Banner will now show either "admin"/"root" or "current user".
Improved parsing of linux distro/release information from
Expand Down
2 changes: 1 addition & 1 deletion utils/C/openSeaChest/openSeaChest_Firmware.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
// Global Variables //
////////////////////////
const char *util_name = "openSeaChest_Firmware";
const char *buildVersion = "3.4.1";
const char *buildVersion = "4.0.0";

typedef enum _eSeaChestFirmwareExitCodes
{
Expand Down

0 comments on commit e09354b

Please sign in to comment.