diff options
author | George Hazan <george.hazan@gmail.com> | 2024-08-25 12:02:51 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-08-25 12:02:51 +0300 |
commit | 292a329a0a987febc8a4d6b9e07b76e0401ff2e7 (patch) | |
tree | f38f659ec9530a1fe4c3ec4ea12251e760a6c62d /protocols/WhatsApp/src/proto.h | |
parent | 6bdf23dbcba8be294f835b74ca88d3d88adc9efe (diff) |
fixes #4597 (WhatsApp: broken again)
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 8d3ebf94cb..a5c7400fa5 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 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
|