X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcommon%2Fglobal.h;h=1c72f05e450daa37572bbe0b21f0fe3ddea22328;hb=f9fc50a5e043668a2525a6c0903ea339d4ba05b7;hp=a2d8c84748ae68e71440df983d0eaa47308bb63e;hpb=cf28e7152c5d940aec586be1b29fbf8ddc99f087;p=quassel.git diff --git a/src/common/global.h b/src/common/global.h index a2d8c847..1c72f05e 100644 --- a/src/common/global.h +++ b/src/common/global.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005 by the Quassel IRC Team * + * Copyright (C) 2005 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -28,9 +28,8 @@ // Enable some shortcuts and stuff //#define DEVELMODE - /** The protocol version we use fo the communication between core and GUI */ -#define GUI_PROTOCOL 4 +#define GUI_PROTOCOL 5 //#define DEFAULT_PORT 4242