X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;ds=sidebyside;f=include%2Fmoduledefs.h;h=67aa062bfdf69e5d888db38d1c07abfd7c0e4d6f;hb=c05f81cac83e80c7727594e3929e0709eccca689;hp=564c41f8bbce9dbe3fe70d3e64af8f87ddccef2a;hpb=d38595e7e14e7509e744d33df657d50d00cc201f;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/moduledefs.h b/include/moduledefs.h index 564c41f8b..67aa062bf 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 3014UL +#define MODULE_ABI 3015UL /** Stringifies the value of a symbol. */ #define MODULE_STRINGIFY_SYM1(DEF) MODULE_STRINGIFY_SYM2(DEF)