From: Nishi Date: Mon, 30 Sep 2024 01:34:46 +0000 (+0000) Subject: test [release 2.03B] X-Git-Url: https://git.chaotic.ninja/gitweb/nishi/?a=commitdiff_plain;h=21e96aea5b28e28fed46823171a0a750d0ac15b3;p=tewi.git test [release 2.03B] git-svn-id: file:///raid/svn-personal/tewi/trunk@205 8739d7e6-ffea-ec47-b151-bdff447c6205 --- diff --git a/README b/README index 61dc958..0514d37 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ -Tewi HTTPd version 2.03A +Tewi HTTPd version 2.03B Original by Nishi diff --git a/Server/tw_version.h b/Server/tw_version.h index d9a57e5..c138d35 100644 --- a/Server/tw_version.h +++ b/Server/tw_version.h @@ -7,7 +7,7 @@ extern "C" { #endif -#define TW_VERSION "2.03A\0" +#define TW_VERSION "2.03B\0" const char* tw_get_version(void); const char* tw_get_platform(void);