diff options
author | Sam Clegg <sbc@chromium.org> | 2024-05-14 15:23:51 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-14 22:23:51 +0000 |
commit | 39f85a791cbbad91a253a851841a29777efdc2cd (patch) | |
tree | f932ffd107781dec1749ca30e78ebe51aac8c54b /CMakeLists.txt | |
parent | d1e54a842c8f3fce4509e2f8f8db21b4d3317a66 (diff) | |
download | wabt-39f85a791cbbad91a253a851841a29777efdc2cd.tar.gz wabt-39f85a791cbbad91a253a851841a29777efdc2cd.tar.bz2 wabt-39f85a791cbbad91a253a851841a29777efdc2cd.zip |
Version 1.0.35 (#2421)
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 a7d3f4b0..d34e642f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ # cmake_minimum_required(VERSION 3.16) -project(WABT LANGUAGES C CXX VERSION 1.0.34) +project(WABT LANGUAGES C CXX VERSION 1.0.35) include(GNUInstallDirs) |