Changeset 624 in xtideuniversalbios for trunk/Serial_Server/win32
- Timestamp:
- Oct 2, 2022, 7:30:02 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Serial_Server/win32/Win32.cpp
r602 r624 33 33 #include "../library/FlatImage.h" 34 34 35 #include "../../XTIDE_Universal_BIOS/Inc/Version.inc"36 37 35 char *bannerStrings[] = { 38 36 "SerDrive - XTIDE Universal BIOS Serial Drive Server", 39 "Copyright (C) 2012-20 19by XTIDE Universal BIOS Team",37 "Copyright (C) 2012-2022 by XTIDE Universal BIOS Team", 40 38 "Released under GNU GPL v2, with ABSOLUTELY NO WARRANTY", 41 ROM_VERSION_STRING,42 39 "", 43 40 NULL };
Note:
See TracChangeset
for help on using the changeset viewer.