X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;ds=sidebyside;f=include%2Fmoduledefs.h;h=45d3366b0c5f65cf52b7569b893f028f3b1d1348;hb=refs%2Fheads%2Finsp3;hp=4b917bf26b7ed499872a38d77ac37a9a087fe8a2;hpb=0c5b85df8c5ae969831551ddefb8e07cb6da5f08;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/moduledefs.h b/include/moduledefs.h index 4b917bf26..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 3010UL +#define MODULE_ABI 3016UL /** Stringifies the value of a symbol. */ #define MODULE_STRINGIFY_SYM1(DEF) MODULE_STRINGIFY_SYM2(DEF)