From 26ddac672153d3643c3eaa95b0989c9050a1fc62 Mon Sep 17 00:00:00 2001 From: SunBlack Date: Tue, 3 Feb 2026 01:21:19 +0100 Subject: [PATCH] Bump project version from 4.4 to 4.5 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0d6405782..a50b5a232 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -55,7 +55,7 @@ endif() # Define our project. project( godot-cpp - VERSION 4.4 + VERSION 4.5 DESCRIPTION "C++ bindings for the Godot Engine's GDExtensions API." HOMEPAGE_URL "https://github.com/godotengine/godot-cpp" LANGUAGES CXX