From 0978c260c41e8e450849c6a2a0d54e58783e74d8 Mon Sep 17 00:00:00 2001 From: Adam Treat Date: Wed, 10 May 2023 09:05:39 -0400 Subject: [PATCH] Bump the version to 2.4.2 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 89f7a7b8..fbe018b9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,7 @@ endif() set(APP_VERSION_MAJOR 2) set(APP_VERSION_MINOR 4) -set(APP_VERSION_PATCH 1) +set(APP_VERSION_PATCH 2) set(APP_VERSION "${APP_VERSION_MAJOR}.${APP_VERSION_MINOR}.${APP_VERSION_PATCH}") # Include the binary directory for the generated header file