diff options
author | Sam Clegg <sbc@chromium.org> | 2021-08-11 13:00:51 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-11 13:00:51 -0700 |
commit | 21279a861fa3dbac9af9d2bab16c741df17a86af (patch) | |
tree | 9fe78bd28593d82ee635dd223b8966cf80c5f266 /CMakeLists.txt | |
parent | dded336350596261a97f1786a26f3e508e9b0f2d (diff) | |
download | wabt-21279a861fa3dbac9af9d2bab16c741df17a86af.tar.gz wabt-21279a861fa3dbac9af9d2bab16c741df17a86af.tar.bz2 wabt-21279a861fa3dbac9af9d2bab16c741df17a86af.zip |
Version 1.0.24 (#1701)
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 e2280ef7..c8f72121 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ # cmake_minimum_required(VERSION 3.0.0) -project(WABT VERSION 1.0.23) +project(WABT VERSION 1.0.24) include(GNUInstallDirs) if (POLICY CMP0077) |