From 7af3886511a8cd37bd6121025ab88b41864775dc Mon Sep 17 00:00:00 2001 From: Razvan Crainea Date: Mon, 26 Jul 2021 15:11:51 +0300 Subject: [PATCH] dialog: bump dlg replication version to 3 Commit 58343d45 introduced some new fields in the binary packet, changing its structure. Thus, when using different versions, they may crash due to the packet's mismatch. --- modules/dialog/dlg_replication.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/dialog/dlg_replication.h b/modules/dialog/dlg_replication.h index bbb3a52543e..0aee4c55387 100644 --- a/modules/dialog/dlg_replication.h +++ b/modules/dialog/dlg_replication.h @@ -33,7 +33,7 @@ #define REPLICATION_DLG_DELETED 3 #define REPLICATION_DLG_CSEQ 4 -#define BIN_VERSION 2 +#define BIN_VERSION 3 extern int dialog_repl_cluster; extern int profile_repl_cluster;