From b71d88955ca64e37e23d58e12acd189a37e96a53 Mon Sep 17 00:00:00 2001 From: Nishi Date: Wed, 2 Oct 2024 03:01:30 +0000 Subject: [PATCH] [release 2.03D] git-svn-id: file:///raid/svn-personal/tewi/trunk@209 8739d7e6-ffea-ec47-b151-bdff447c6205 --- Server/main.c | 1 - Server/tw_version.h | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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); -- 2.45.2