From c96da39b6c33890f58d6174e34747f91520bfb5d Mon Sep 17 00:00:00 2001 From: doodlum <15017472+doodlum@users.noreply.github.com> Date: Sun, 7 Jun 2026 21:32:07 +0100 Subject: [PATCH] feat!: bump version to 2.0.0 BREAKING CHANGE: Major version bump to 2.0.0. Co-Authored-By: Claude Opus 4.6 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index da26c79aae..f10c47a3ab 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ set(CMAKE_POLICY_WARNING_CMP0116 OFF) project( # gersemi: ignore CommunityShaders - VERSION 1.6.0 + VERSION 2.0.0 LANGUAGES CXX )