From 7f0dc04993fe503bdceb7a862a4ab6b6921fe4e7 Mon Sep 17 00:00:00 2001 From: Volodymyr Shymanskyy Date: Sun, 25 Aug 2024 20:42:39 +0300 Subject: [PATCH] Boost ver --- source/wasm3.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/source/wasm3.h b/source/wasm3.h index c567b80..6a0bae3 100644 --- a/source/wasm3.h +++ b/source/wasm3.h @@ -10,9 +10,10 @@ #define M3_VERSION_MAJOR 0 #define M3_VERSION_MINOR 5 -#define M3_VERSION_REV 0 -#define M3_VERSION "0.5.0" +#define M3_VERSION_REV 1 +#define M3_VERSION "0.5.1" +#include #include #include #include