From 43339e959e335d424f415844825da527d9b09d79 Mon Sep 17 00:00:00 2001 From: nishi Date: Fri, 2 Feb 2024 02:02:10 +0000 Subject: [PATCH] better version git-svn-id: file:///raid/svn-main/nishi-libw3/trunk@152 d27a3e52-49c5-7645-884c-6793ebffc270 --- Library/Core.c | 3 +++ W3Version.h.p | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Library/Core.c b/Library/Core.c index 6ca0a40..d148ad6 100644 --- a/Library/Core.c +++ b/Library/Core.c @@ -3,6 +3,7 @@ #include "W3DNS.h" #include "W3Util.h" +#include "W3Version.h" #include "W3File.h" #include "W3Gopher.h" @@ -25,6 +26,8 @@ #include #endif +const char* W3_Version = LIBW3_VERSION; + int W3_Library_Init(void) { __W3_Debug("LibW3", "Initializing"); #ifdef SSL_SUPPORT diff --git a/W3Version.h.p b/W3Version.h.p index 375448f..7e1cd2f 100644 --- a/W3Version.h.p +++ b/W3Version.h.p @@ -6,7 +6,7 @@ extern "C" { #endif -#define LIBW3_VERSION "2.2D" \ +#define LIBW3_VERSION "2.2E" \ SUFFIX #ifdef __cplusplus -- 2.43.0