CI updates
This commit is contained in:
+1
-1
@@ -972,7 +972,7 @@ TEST_CASE("get_ratio") {
|
||||
|
||||
#if defined(__wasi__) // TODO later - wait for wasm/wasi exception handling proposal
|
||||
extern "C" {
|
||||
void __cxa_allocate_exception() { std::terminate(); }
|
||||
void __cxa_allocate_exception() throw() { std::terminate(); }
|
||||
void __cxa_throw() { std::terminate(); }
|
||||
} // extern "C"
|
||||
#endif
|
||||
|
||||
+2
-2
@@ -2,6 +2,6 @@
|
||||
#define UPX_VERSION_HEX 0x040300 /* 04.03.00 */
|
||||
#define UPX_VERSION_STRING "4.3.0"
|
||||
#define UPX_VERSION_STRING4 "4.30"
|
||||
#define UPX_VERSION_DATE "May 10th 2024"
|
||||
#define UPX_VERSION_DATE_ISO "2024-05-10"
|
||||
#define UPX_VERSION_DATE "Jun 19th 2024"
|
||||
#define UPX_VERSION_DATE_ISO "2024-06-19"
|
||||
#define UPX_VERSION_YEAR "2024"
|
||||
|
||||
Reference in New Issue
Block a user