diff options
author | Ng Zhi An <zhin@chromium.org> | 2021-03-23 10:37:00 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-23 10:37:00 -0700 |
commit | 6a18d150d0a0e73034383449fe1377e9133aa64f (patch) | |
tree | d859f9238d7929255c3d36dcb0b07215d98d366f /CMakeLists.txt | |
parent | 1ba6f750a50c9b033a2309f979edeb0b4bcbf1ef (diff) | |
download | wabt-6a18d150d0a0e73034383449fe1377e9133aa64f.tar.gz wabt-6a18d150d0a0e73034383449fe1377e9133aa64f.tar.bz2 wabt-6a18d150d0a0e73034383449fe1377e9133aa64f.zip |
Version 1.0.22 (#1650)
- thirdparty/testsuite updates
- WASI compilation fixes
- 32-bit compile fixes
- SIMD updates
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 8c39c28a..a7404223 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) |