From 963f973469b45969ce198e0c86d3af316790a780 Mon Sep 17 00:00:00 2001 From: Keith Winstein Date: Fri, 12 May 2023 14:56:46 -0700 Subject: [PATCH] Version 1.0.33 (#2238) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6aa024765..59a30f75a 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.32) +project(WABT LANGUAGES C CXX VERSION 1.0.33) include(GNUInstallDirs)