소스 검색

Merge pull request #50704 from dsnopek/webrtc-gdnative-version

Update GDNative API version for changes from #50659
Rémi Verschelde 4 년 전
부모
커밋
7a6d77ec9e
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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 {