X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fmoduledefs.h;h=45d3366b0c5f65cf52b7569b893f028f3b1d1348;hb=refs%2Fheads%2Finsp3;hp=a706a88832eeddc21fc9e16a88b5c6988d04e485;hpb=1efc234a54bd66714f9743ca7d1f3d5c0be3628e;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/moduledefs.h b/include/moduledefs.h index a706a8883..45d3366b0 100644 --- a/include/moduledefs.h +++ b/include/moduledefs.h @@ -1,7 +1,7 @@ /* * InspIRCd -- Internet Relay Chat Daemon * - * Copyright (C) 2020 Sadie Powell + * Copyright (C) 2020-2021 Sadie Powell * * This file is part of InspIRCd. InspIRCd is free software: you can * redistribute it and/or modify it under the terms of the GNU General Public @@ -22,7 +22,7 @@ class Module; /** The version of the InspIRCd ABI which is presently in use. */ -#define MODULE_ABI 3012UL +#define MODULE_ABI 3016UL /** Stringifies the value of a symbol. */ #define MODULE_STRINGIFY_SYM1(DEF) MODULE_STRINGIFY_SYM2(DEF)