diff options
author | Keith Winstein <keithw@cs.stanford.edu> | 2023-05-12 14:56:46 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-12 14:56:46 -0700 |
commit | 963f973469b45969ce198e0c86d3af316790a780 (patch) | |
tree | ff8c2ec64cb4d725d005d2ad3e997b4540707571 /CMakeLists.txt | |
parent | 8e0b8dab492d98db7cab7a6fe6cd6a46706da46f (diff) | |
download | wabt-963f973469b45969ce198e0c86d3af316790a780.tar.gz wabt-963f973469b45969ce198e0c86d3af316790a780.tar.bz2 wabt-963f973469b45969ce198e0c86d3af316790a780.zip |
Version 1.0.33 (#2238)
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 6aa02476..59a30f75 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.32) +project(WABT LANGUAGES C CXX VERSION 1.0.33) include(GNUInstallDirs) |