From 4aa324c608ade893eaff4a9948d9ced841a60ced Mon Sep 17 00:00:00 2001 From: jatin Date: Sun, 30 Jul 2023 22:57:46 -0700 Subject: [PATCH] Bump version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b39536a8..5d7e92c1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ set(CMAKE_OSX_DEPLOYMENT_TARGET "10.12" CACHE STRING "Minimum OS X deployment ta if(WIN32) set(CMAKE_SYSTEM_VERSION 7.1 CACHE STRING INTERNAL FORCE) # Windows SDK for Windows 7 and up endif() -project(BYOD VERSION 1.1.8) +project(BYOD VERSION 2.0.0) set(CMAKE_CXX_STANDARD 20) # Useful for testing with address sanitizer: