Merge pull request #1943 from dsnopek/cmake-version

Update godot-cpp's version in `CMakeLists.txt` for v10.0
This commit is contained in:
David Snopek
2026-03-03 15:22:09 -06:00
committed by GitHub

View File

@ -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