From 7f7d6683411d49b845b6c399a9e5fb94542f5307 Mon Sep 17 00:00:00 2001 From: David Snopek Date: Tue, 3 Mar 2026 15:05:45 -0600 Subject: [PATCH] Update godot-cpp's version in `CMakeLists.txt` for v10.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0d640578..0f0f1fba 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -55,7 +55,7 @@ endif() # Define our project. project( godot-cpp - VERSION 4.4 + VERSION 10.0 DESCRIPTION "C++ bindings for the Godot Engine's GDExtensions API." HOMEPAGE_URL "https://github.com/godotengine/godot-cpp" LANGUAGES CXX