From 29f0b47db7d2d16485bf7c4a8cf80f1f42b675ef Mon Sep 17 00:00:00 2001 From: nishi Date: Tue, 6 Feb 2024 09:07:31 +0000 Subject: [PATCH] fix git-svn-id: file:///raid/svn-main/nishi-libw3/trunk@179 d27a3e52-49c5-7645-884c-6793ebffc270 --- Makefile | 2 +- W3Version.h.p | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 285e16d..e9cde08 100644 --- a/Makefile +++ b/Makefile @@ -148,7 +148,7 @@ ifeq ($(TCL),YES) cp /usr/$(MINGW)/sys-root/mingw/bin/tk86.dll w3-$(VERSION)/Example/tclw3/bin/ cp /usr/$(MINGW)/sys-root/mingw/bin/libssp-0.dll w3-$(VERSION)/Example/tclw3/bin/ cp /usr/$(MINGW)/sys-root/mingw/bin/zlib1.dll w3-$(VERSION)/Example/tclw3/bin/ - cp -rf /usr/$(MINGW)/sys-root/mingw/share/tcl8.6 w3-$(VERSION)/Example/tclw3/tcl8.6 + cp -rf /usr/$(MINGW)/sys-root/mingw/share/tcl8.6 w3-$(VERSION)/Example/tclw3/lib/tcl8.6 endif else cp ./Library/*.so w3-$(VERSION)/Library/ diff --git a/W3Version.h.p b/W3Version.h.p index a3ad1de..0fb1423 100644 --- a/W3Version.h.p +++ b/W3Version.h.p @@ -6,7 +6,7 @@ extern "C" { #endif -#define LIBW3_VERSION "2.3A" \ +#define LIBW3_VERSION "2.3B" \ SUFFIX #ifdef __cplusplus -- 2.43.0