From 46e554971eb593f9a071b8d9acd8229027b1c374 Mon Sep 17 00:00:00 2001 From: Keith Winstein Date: Tue, 24 Oct 2023 19:14:59 -0700 Subject: [PATCH] Version 1.0.34 (#2313) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a3c110e93..4cdd0bdcf 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)