From 9f0f4347717581112783a8c9be8dc95c6079dbc6 Mon Sep 17 00:00:00 2001 From: InspIRCd Robot Date: Sat, 2 Nov 2024 08:42:20 +0000 Subject: Update copyright headers. --- include/convto.h | 2 +- include/cull.h | 2 +- include/timeutils.h | 2 +- include/usermanager.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'include') diff --git a/include/convto.h b/include/convto.h index 5c0444e47..68baaa9de 100644 --- a/include/convto.h +++ b/include/convto.h @@ -1,7 +1,7 @@ /* * InspIRCd -- Internet Relay Chat Daemon * - * Copyright (C) 2019, 2021, 2023 Sadie Powell + * Copyright (C) 2019, 2021, 2023-2024 Sadie Powell * Copyright (C) 2016 Attila Molnar * * This file is part of InspIRCd. InspIRCd is free software: you can diff --git a/include/cull.h b/include/cull.h index f4ed8987d..7495c80cf 100644 --- a/include/cull.h +++ b/include/cull.h @@ -1,7 +1,7 @@ /* * InspIRCd -- Internet Relay Chat Daemon * - * Copyright (C) 2013, 2017, 2021-2022 Sadie Powell + * Copyright (C) 2013, 2017, 2021-2022, 2024 Sadie Powell * Copyright (C) 2012 Robby * Copyright (C) 2011 jackmcbarn * Copyright (C) 2009 Daniel De Graaf diff --git a/include/timeutils.h b/include/timeutils.h index c5c1fd2c1..bc85b59bd 100644 --- a/include/timeutils.h +++ b/include/timeutils.h @@ -1,7 +1,7 @@ /* * InspIRCd -- Internet Relay Chat Daemon * - * Copyright (C) 2023 Sadie Powell + * Copyright (C) 2023-2024 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 diff --git a/include/usermanager.h b/include/usermanager.h index 73da0e3fb..ee9a9f603 100644 --- a/include/usermanager.h +++ b/include/usermanager.h @@ -3,7 +3,7 @@ * * Copyright (C) 2015 Adam * Copyright (C) 2012-2016 Attila Molnar - * Copyright (C) 2012-2013, 2017, 2019-2023 Sadie Powell + * Copyright (C) 2012-2013, 2017, 2019-2024 Sadie Powell * Copyright (C) 2012 Robby * Copyright (C) 2009 Daniel De Graaf * Copyright (C) 2008 Robin Burchell -- cgit v1.3.1-10-gc9f91 From 7734b2e0f5d526da3607164bb415db2ac0e519f5 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sat, 2 Nov 2024 09:03:06 +0000 Subject: Release v4.4.0. --- include/moduledefs.h | 2 +- src/version.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/moduledefs.h b/include/moduledefs.h index 966bd5969..ce99bbcd4 100644 --- a/include/moduledefs.h +++ b/include/moduledefs.h @@ -22,7 +22,7 @@ class Module; /** The version of the InspIRCd ABI which is presently in use. */ -#define MODULE_ABI 4003UL +#define MODULE_ABI 4004UL /** Stringifies the value of a symbol. */ #define MODULE_STRINGIFY_SYM1(DEF) MODULE_STRINGIFY_SYM2(DEF) diff --git a/src/version.sh b/src/version.sh index a6b416ddd..4630b80d6 100755 --- a/src/version.sh +++ b/src/version.sh @@ -1,2 +1,2 @@ #!/bin/sh -echo "InspIRCd-4.3.0" +echo "InspIRCd-4.4.0" -- cgit v1.3.1-10-gc9f91