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