From 292a329a0a987febc8a4d6b9e07b76e0401ff2e7 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 25 Aug 2024 12:02:51 +0300 Subject: fixes #4597 (WhatsApp: broken again) --- protocols/WhatsApp/src/proto.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'protocols/WhatsApp') diff --git a/protocols/WhatsApp/src/proto.h b/protocols/WhatsApp/src/proto.h index 8d3ebf94cb..a5c7400fa5 100644 --- a/protocols/WhatsApp/src/proto.h +++ b/protocols/WhatsApp/src/proto.h @@ -9,8 +9,8 @@ Copyright #define PROTO_H #define WA_PROTO_MAJOR 2 -#define WA_PROTO_MINOR 2413 -#define WA_PROTO_BUILD 1 +#define WA_PROTO_MINOR 3000 +#define WA_PROTO_BUILD 1015901307 #define WA_APPVERSION WA_PROTO_MAJOR,WA_PROTO_MINOR,WA_PROTO_BUILD #define WA_STRINGIFY_IMPL(x) #x -- cgit v1.2.3