From 44685b12e88c432314db7f296bfbe5d8feb430c8 Mon Sep 17 00:00:00 2001 From: vaporvee Date: Tue, 25 Mar 2025 22:08:45 +0100 Subject: [PATCH] more doc generation stuff --- .gitmodules | 2 +- src/gen/doc_data.gen.cpp | 2 +- src/lib/godot-cpp | 2 +- version.py | 9 +++++++++ 4 files changed, 12 insertions(+), 3 deletions(-) create mode 100644 version.py diff --git a/.gitmodules b/.gitmodules index 53b88d3..4fe527e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "src/lib/godot-cpp"] path = src/lib/godot-cpp url = https://github.com/godotengine/godot-cpp - branch = 4.3 + branch = 4.4 diff --git a/src/gen/doc_data.gen.cpp b/src/gen/doc_data.gen.cpp index 14bb507..1afee43 100644 --- a/src/gen/doc_data.gen.cpp +++ b/src/gen/doc_data.gen.cpp @@ -2,7 +2,7 @@ #include -static const char *_doc_data_hash = "-3920927385899744258"; +static const char *_doc_data_hash = "-6554240314929274002"; static const int _doc_data_uncompressed_size = 4148; static const int _doc_data_compressed_size = 684; static const unsigned char _doc_data_compressed[] = { diff --git a/src/lib/godot-cpp b/src/lib/godot-cpp index dcd0842..6388e26 160000 --- a/src/lib/godot-cpp +++ b/src/lib/godot-cpp @@ -1 +1 @@ -Subproject commit dcd0842fab9bff46a27f555e47e71f2f782876d0 +Subproject commit 6388e26dd8a42071f65f764a3ef3d9523dda3d6e diff --git a/version.py b/version.py new file mode 100644 index 0000000..b8de4de --- /dev/null +++ b/version.py @@ -0,0 +1,9 @@ +short_name = "discord-sdk-godot" +name = "Discord Social SDK for Godot" +major = 2 +minor = 0 +patch = 0 +status = "dev" +module_config = "" +website = "https://docs.vaporvee.com/" +docs = "latest" \ No newline at end of file