update date

This commit is contained in:
Jozef Šimko 2022-06-07 17:33:54 +00:00
parent 252e59677d
commit 1e58309114

View File

@ -9,7 +9,7 @@ Compiler: Winlibs GCC -- MinGW-W64 x86_64-posix-seh version 11.2.0, built by Bre
compile: WIN -- gcc client.c -Wall -Wextra -lwsock32 -o client
LINUX -- gcc server.c -Wall -Wextra -o server
version: 1.2 , 17.5.2021
version: 1.2.1 , 7.6.2022
Usage: Program can communicate with second program (server) using sockets.
It works in active or passive mode according to settings of server.
*/