summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorKeith Winstein <keithw@cs.stanford.edu>2023-10-24 19:14:59 -0700
committerGitHub <noreply@github.com>2023-10-24 19:14:59 -0700
commit46e554971eb593f9a071b8d9acd8229027b1c374 (patch)
tree42d543bf7b653f885dd8d2b53b024f518f7b764f /CMakeLists.txt
parent41a03789f5525f713aebec00eb972c185a23e024 (diff)
downloadwabt-46e554971eb593f9a071b8d9acd8229027b1c374.tar.gz
wabt-46e554971eb593f9a071b8d9acd8229027b1c374.tar.bz2
wabt-46e554971eb593f9a071b8d9acd8229027b1c374.zip
Version 1.0.34 (#2313)
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 a3c110e9..4cdd0bdc 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.33)
+project(WABT LANGUAGES C CXX VERSION 1.0.34)
include(GNUInstallDirs)