diff options
Diffstat (limited to 'protocols/WhatsApp/src')
-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
|