summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorNg Zhi An <zhin@chromium.org>2021-03-24 14:23:09 -0700
committerGitHub <noreply@github.com>2021-03-24 14:23:09 -0700
commitaa0515b3c808da880942db8658abeaa969534667 (patch)
tree3d0bd5844aea8b9983c6a363440b9e04c1503cc2 /CMakeLists.txt
parent094996150a4602f26e596ea26a6d4e64975c1a67 (diff)
downloadwabt-aa0515b3c808da880942db8658abeaa969534667.tar.gz
wabt-aa0515b3c808da880942db8658abeaa969534667.tar.bz2
wabt-aa0515b3c808da880942db8658abeaa969534667.zip
Version 1.0.23 (#1654)
- add _free to exports for building libwabtjs
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 a7404223..e2280ef7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -15,7 +15,7 @@
#
cmake_minimum_required(VERSION 3.0.0)
-project(WABT VERSION 1.0.22)
+project(WABT VERSION 1.0.23)
include(GNUInstallDirs)
if (POLICY CMP0077)