diff options
author | Sam Clegg <sbc@chromium.org> | 2021-03-02 15:07:54 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-02 15:07:54 -0800 |
commit | bdd7059ce7c5bf09b2a830f6cd5e15240d438a6e (patch) | |
tree | 2de4799d7477813388a017ee0f3290154633b71a /CMakeLists.txt | |
parent | c5143758ac529c2193d894f4db9b9d087bc86b00 (diff) | |
download | wabt-bdd7059ce7c5bf09b2a830f6cd5e15240d438a6e.tar.gz wabt-bdd7059ce7c5bf09b2a830f6cd5e15240d438a6e.tar.bz2 wabt-bdd7059ce7c5bf09b2a830f6cd5e15240d438a6e.zip |
Version 1.0.21 (#1618)
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 0e6ffb36..43ce5168 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ # cmake_minimum_required(VERSION 3.0.0) -project(WABT VERSION 1.0.13) +project(WABT VERSION 1.0.21) include(GNUInstallDirs) if (POLICY CMP0077) |