From 9847f19f7bd0de715070d515f40ec15ddba475f1 Mon Sep 17 00:00:00 2001 From: Stephen Berry Date: Mon, 23 Sep 2024 08:18:03 -0500 Subject: [PATCH] version 3.4.2 bump --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f9f9e7e66a..2a92d33d0e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ include(cmake/prelude.cmake) project( glaze - VERSION 3.4.1 + VERSION 3.4.2 LANGUAGES CXX )