X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=main%2Fglobal.h;h=1c3666113ca60acbf601ab70f456e03b93b6a1d7;hp=1faf4d18e993841a0034d4404245cffd6e7d0aef;hb=fd718b6209f1ad2bcd199c44c2dae3b0cb0f633b;hpb=117a8a4d7ced61a3e374f20c74bea1834386a1d7 diff --git a/main/global.h b/main/global.h index 1faf4d18..1c366611 100644 --- a/main/global.h +++ b/main/global.h @@ -24,7 +24,7 @@ /** The protocol version we use fo the communication between core and GUI */ #define GUI_PROTOCOL 1 -#define BACKLOG_FORMAT 1 +#define BACKLOG_FORMAT 2 #define BACKLOG_STRING "QuasselIRC Backlog File" class Global;