summaryrefslogtreecommitdiff
path: root/modules/gdnative/include/net
diff options
context:
space:
mode:
authorDavid Snopek <dsnopek@gmail.com>2021-07-21 10:28:16 -0500
committerDavid Snopek <dsnopek@gmail.com>2021-07-21 10:28:16 -0500
commitfee3e6b9608f7ddbe8f6c6db341382f62f641879 (patch)
treee574feafbbdb5f00a1a91cb7272efc98326ab2fe /modules/gdnative/include/net
parentd42f6f4718f48913803b98552ec7b85935cda725 (diff)
Update GDNative API version for changes from #50659
Diffstat (limited to 'modules/gdnative/include/net')
-rw-r--r--modules/gdnative/include/net/godot_webrtc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/gdnative/include/net/godot_webrtc.h b/modules/gdnative/include/net/godot_webrtc.h
index 62b7e3c2c5..52006e56ec 100644
--- a/modules/gdnative/include/net/godot_webrtc.h
+++ b/modules/gdnative/include/net/godot_webrtc.h
@@ -37,8 +37,8 @@
extern "C" {
#endif
-#define GODOT_NET_WEBRTC_API_MAJOR 3
-#define GODOT_NET_WEBRTC_API_MINOR 2
+#define GODOT_NET_WEBRTC_API_MAJOR 4
+#define GODOT_NET_WEBRTC_API_MINOR 0
/* Library Interface (used to set default GDNative WebRTC implementation */
typedef struct {