From: Nishi Date: Fri, 27 Sep 2024 22:07:42 +0000 (+0000) Subject: some stuff X-Git-Url: https://git.chaotic.ninja/gitweb/nishi/?a=commitdiff_plain;h=d8e3c424e37c3fbdf482a985bee44e8c8414c6b1;p=tewi.git some stuff git-svn-id: file:///raid/svn-personal/tewi/trunk@186 8739d7e6-ffea-ec47-b151-bdff447c6205 --- diff --git a/README b/README index a73468e..b5cb448 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ -Tewi HTTPd version 2.01 +Tewi HTTPd version 2.02-wip Original by Nishi @@ -44,3 +44,4 @@ NetBSD Working on NetBSD/amd64 10.0 Haiku Working PlayStation Portable Working, missing module support TODO: Get multi-threading working (maybe) +PlayStation 3 TODO diff --git a/README.tmpl b/README.tmpl index e784356..9525d39 100644 --- a/README.tmpl +++ b/README.tmpl @@ -44,3 +44,4 @@ NetBSD Working on NetBSD/amd64 10.0 Haiku Working PlayStation Portable Working, missing module support TODO: Get multi-threading working (maybe) +PlayStation 3 TODO diff --git a/Server/tw_version.h b/Server/tw_version.h index 00703c7..b4785ac 100644 --- a/Server/tw_version.h +++ b/Server/tw_version.h @@ -7,7 +7,7 @@ extern "C" { #endif -#define TW_VERSION "2.01\0" +#define TW_VERSION "2.02-wip\0" const char* tw_get_version(void); const char* tw_get_platform(void);