From a27f4de2ef98b0efcfbfa2d2f932ed7c2cd59ac9 Mon Sep 17 00:00:00 2001 From: David Snopek Date: Wed, 21 Jul 2021 10:30:31 -0500 Subject: [PATCH] Update GDNative API version for changes from #50659 --- modules/gdnative/include/net/godot_webrtc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gdnative/include/net/godot_webrtc.h b/modules/gdnative/include/net/godot_webrtc.h index f95f33e8627..df4cf870517 100644 --- a/modules/gdnative/include/net/godot_webrtc.h +++ b/modules/gdnative/include/net/godot_webrtc.h @@ -38,7 +38,7 @@ extern "C" { #endif #define GODOT_NET_WEBRTC_API_MAJOR 3 -#define GODOT_NET_WEBRTC_API_MINOR 2 +#define GODOT_NET_WEBRTC_API_MINOR 4 /* Library Interface (used to set default GDNative WebRTC implementation */ typedef struct {