diff options
author | Marcus Better <marcusb@users.noreply.github.com> | 2022-12-27 19:00:50 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-27 16:00:50 -0800 |
commit | e5b042a72e6b6395e1d77901e7a413d6af87ae67 (patch) | |
tree | 502c7654f8e18cb865bbfb9defc31b31b0217a11 /CMakeLists.txt | |
parent | aefa094ea44619a410218ab754c6b58ac3a49683 (diff) | |
download | wabt-e5b042a72e6b6395e1d77901e7a413d6af87ae67.tar.gz wabt-e5b042a72e6b6395e1d77901e7a413d6af87ae67.tar.bz2 wabt-e5b042a72e6b6395e1d77901e7a413d6af87ae67.zip |
Version 1.0.32 (#2111)
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 9072e46d..dfa3cfc1 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.31) +project(WABT LANGUAGES C CXX VERSION 1.0.32) include(GNUInstallDirs) |