From: Nishi Date: Wed, 2 Oct 2024 03:01:30 +0000 (+0000) Subject: [release 2.03D] X-Git-Url: https://git.chaotic.ninja/gitweb/nishi/?a=commitdiff_plain;h=b71d88955ca64e37e23d58e12acd189a37e96a53;p=tewi.git [release 2.03D] git-svn-id: file:///raid/svn-personal/tewi/trunk@209 8739d7e6-ffea-ec47-b151-bdff447c6205 --- diff --git a/Server/main.c b/Server/main.c index cece19b..68dab7c 100644 --- a/Server/main.c +++ b/Server/main.c @@ -510,7 +510,6 @@ void show_png(void) { #endif int main(int argc, char** argv) { - printf("%s\n", get_registry("Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Tewi HTTPd", "InstallDir")); logfile = stderr; #ifdef SERVICE SERVICE_TABLE_ENTRY table[] = {{"Tewi HTTPd", servmain}, {NULL, NULL}}; diff --git a/Server/tw_version.h b/Server/tw_version.h index 9f40e32..99b548a 100644 --- a/Server/tw_version.h +++ b/Server/tw_version.h @@ -7,7 +7,7 @@ extern "C" { #endif -#define TW_VERSION "2.03C\0" +#define TW_VERSION "2.03D\0" const char* tw_get_version(void); const char* tw_get_platform(void);