diff options
author | Sam Clegg <sbc@chromium.org> | 2021-12-14 15:35:42 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-14 15:35:42 -0800 |
commit | b3f1efb261b059d40a4d103c803ccbe3c32df7ae (patch) | |
tree | cb91ac48e80a5c34af62dbcb8a3eb3d8297749dd /CMakeLists.txt | |
parent | 8538a888d4298f98b4a4f17d0e3a9496863cee2b (diff) | |
download | wabt-b3f1efb261b059d40a4d103c803ccbe3c32df7ae.tar.gz wabt-b3f1efb261b059d40a4d103c803ccbe3c32df7ae.tar.bz2 wabt-b3f1efb261b059d40a4d103c803ccbe3c32df7ae.zip |
Version 1.0.25 (#1788)
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 c8f72121..1e6266cf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ # cmake_minimum_required(VERSION 3.0.0) -project(WABT VERSION 1.0.24) +project(WABT VERSION 1.0.25) include(GNUInstallDirs) if (POLICY CMP0077) |