diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2021-07-22 12:47:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-22 12:47:19 +0200 |
commit | 7a6d77ec9ed166ea0fb8bd5d68bcbbf8207ef3b6 (patch) | |
tree | 3ec83e925af458a622f6bf6b6d0fec64baa932f3 | |
parent | 6b1886f9983ac410aa9fb9262c4f4a099b2ae1ae (diff) | |
parent | fee3e6b9608f7ddbe8f6c6db341382f62f641879 (diff) |
Merge pull request #50704 from dsnopek/webrtc-gdnative-version
Update GDNative API version for changes from #50659
-rw-r--r-- | modules/gdnative/include/net/godot_webrtc.h | 4 |
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 { |