diff options
author | Alex Reinking <areinking@adobe.com> | 2024-07-31 10:40:07 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-31 17:40:07 +0000 |
commit | 3e826ecde1adfba5f88d10d361131405637e65a3 (patch) | |
tree | ff710c57523b622d08d14d1e4e0dbe1f7bd1cbc6 | |
parent | 97b9086e728765f2f956fe9263736b0cf933219e (diff) | |
download | wabt-3e826ecde1adfba5f88d10d361131405637e65a3.tar.gz wabt-3e826ecde1adfba5f88d10d361131405637e65a3.tar.bz2 wabt-3e826ecde1adfba5f88d10d361131405637e65a3.zip |
Bump version to 1.0.36 (#2449)
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index df6ebbff..033544fc 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.35) +project(WABT LANGUAGES C CXX VERSION 1.0.36) include(GNUInstallDirs) |