summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSam Clegg <sbc@chromium.org>2024-05-14 15:23:51 -0700
committerGitHub <noreply@github.com>2024-05-14 22:23:51 +0000
commit39f85a791cbbad91a253a851841a29777efdc2cd (patch)
treef932ffd107781dec1749ca30e78ebe51aac8c54b /CMakeLists.txt
parentd1e54a842c8f3fce4509e2f8f8db21b4d3317a66 (diff)
downloadwabt-39f85a791cbbad91a253a851841a29777efdc2cd.tar.gz
wabt-39f85a791cbbad91a253a851841a29777efdc2cd.tar.bz2
wabt-39f85a791cbbad91a253a851841a29777efdc2cd.zip
Version 1.0.35 (#2421)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
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)