Browse Source

Update GDNative API version for changes from #50659

David Snopek 4 years ago
parent
commit
fee3e6b960
1 changed files with 2 additions and 2 deletions
  1. 2 2
      modules/gdnative/include/net/godot_webrtc.h

+ 2 - 2
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 {