diff options
author | George Hazan <george.hazan@gmail.com> | 2024-06-26 21:39:50 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-06-26 21:39:54 +0300 |
commit | 170676e9895c58f9b29d6532ea4010e3776505ac (patch) | |
tree | fefba8f8a413e16277ba052d2bff7e5eb27fe541 /protocols/WhatsApp/src/proto.h | |
parent | 87136a665747404dc7c7fe85bd2f652af3211cb2 (diff) |
fixes #4436 (WhatsApp: unable to login)
Diffstat (limited to 'protocols/WhatsApp/src/proto.h')
-rw-r--r-- | protocols/WhatsApp/src/proto.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/WhatsApp/src/proto.h b/protocols/WhatsApp/src/proto.h index 8170101d2f..c85bd73088 100644 --- a/protocols/WhatsApp/src/proto.h +++ b/protocols/WhatsApp/src/proto.h @@ -9,8 +9,8 @@ Copyright © 2019-24 George Hazan #define PROTO_H
#define WA_PROTO_MAJOR 2
-#define WA_PROTO_MINOR 2323
-#define WA_PROTO_BUILD 4
+#define WA_PROTO_MINOR 2413
+#define WA_PROTO_BUILD 1
#define WA_APPVERSION WA_PROTO_MAJOR,WA_PROTO_MINOR,WA_PROTO_BUILD
#define WA_STRINGIFY_IMPL(x) #x
|