From 6d4d86d07c39095a55a96f1d3464dba40437901b Mon Sep 17 00:00:00 2001 From: Adam Treat Date: Fri, 5 May 2023 11:43:25 -0400 Subject: [PATCH] Bump the version. --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f5c32f26..92329513 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,8 +13,8 @@ if(APPLE) endif() set(APP_VERSION_MAJOR 2) -set(APP_VERSION_MINOR 3) -set(APP_VERSION_PATCH 1) +set(APP_VERSION_MINOR 4) +set(APP_VERSION_PATCH 0) set(APP_VERSION "${APP_VERSION_MAJOR}.${APP_VERSION_MINOR}.${APP_VERSION_PATCH}") # Generate a header file with the version number