summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Reinking <areinking@adobe.com>2024-07-31 10:40:07 -0700
committerGitHub <noreply@github.com>2024-07-31 17:40:07 +0000
commit3e826ecde1adfba5f88d10d361131405637e65a3 (patch)
treeff710c57523b622d08d14d1e4e0dbe1f7bd1cbc6
parent97b9086e728765f2f956fe9263736b0cf933219e (diff)
downloadwabt-3e826ecde1adfba5f88d10d361131405637e65a3.tar.gz
wabt-3e826ecde1adfba5f88d10d361131405637e65a3.tar.bz2
wabt-3e826ecde1adfba5f88d10d361131405637e65a3.zip
Bump version to 1.0.36 (#2449)
-rw-r--r--CMakeLists.txt2
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)