From 529f826ffee83d1b3c854bcb120688de904c96e3 Mon Sep 17 00:00:00 2001 From: Ng Zhi An Date: Tue, 23 Mar 2021 10:03:21 -0700 Subject: [PATCH] Version 1.0.22 - thirdparty/testsuite updates - WASI compilation fixes - 32-bit compile fixes - SIMD updates --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8c39c28ab..a74042230 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ # cmake_minimum_required(VERSION 3.0.0) -project(WABT VERSION 1.0.21) +project(WABT VERSION 1.0.22) include(GNUInstallDirs) if (POLICY CMP0077)