From 09acb147887131ecc9b5d242bec1e7bfe1e63f3a Mon Sep 17 00:00:00 2001 From: Haru Date: Fri, 7 Jan 2022 04:48:54 +0100 Subject: [PATCH] Release v2022.01.05+1 Signed-off-by: Haru --- AUTHORS | 1 + CHANGELOG.md | 12 ++++++++++++ doc/constants.md | 2 +- src/config/core.h | 2 +- 4 files changed, 15 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index 7710106711..33a51a6b88 100644 --- a/AUTHORS +++ b/AUTHORS @@ -177,6 +177,7 @@ shennetsind Shido Shizuke sigtus +Sinji Prasetio sirius skyleo Smokexyz diff --git a/CHANGELOG.md b/CHANGELOG.md index 193493e295..b6294ccd5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,17 @@ If you are reading this in a text editor, simply ignore this section ### Removed --> +## [v2022.01.05+1] `January 05 2022` `PATCH 1` + +### Added + +- Added the `GCC10ATTR()` macro, to declare an `__attribute__` annotation only in GCC >= 10.0. (part of #3104) + +### Fixed + +- Fixed a missing header causing HPM compilation failures. (#3104) +- Fixed warnings on GCC 9 and older versions. (part of #3104) + ## [v2022.01.05] `January 05 2022` ### Added @@ -2234,6 +2245,7 @@ If you are reading this in a text editor, simply ignore this section - New versioning scheme and project changelogs/release notes (#1853) [Unreleased]: https://github.com/HerculesWS/Hercules/compare/stable...master +[v2022.01.05+1]: https://github.com/HerculesWS/Hercules/compare/v2022.01.05...v2022.01.05+1 [v2022.01.05]: https://github.com/HerculesWS/Hercules/compare/v2021.12.01...v2022.01.05 [v2021.12.01]: https://github.com/HerculesWS/Hercules/compare/v2021.11.03+1...v2021.12.01 [v2021.11.03+1]: https://github.com/HerculesWS/Hercules/compare/v2021.11.03...v2021.11.03+1 diff --git a/doc/constants.md b/doc/constants.md index 7a8952aa5c..7eb6a0bdaf 100644 --- a/doc/constants.md +++ b/doc/constants.md @@ -4717,7 +4717,7 @@ ### Server defines - `PACKETVER`: 20190530 -- `HERCULES_VERSION`: 202201050 +- `HERCULES_VERSION`: 202201051 - `MAX_LEVEL`: 175 - `MAX_STORAGE`: 600 - `MAX_GUILD_STORAGE`: 500 diff --git a/src/config/core.h b/src/config/core.h index 8ce5947c35..047c16dad3 100644 --- a/src/config/core.h +++ b/src/config/core.h @@ -22,7 +22,7 @@ #define CONFIG_CORE_H // from tag vXXXXXXXX.Y -> XXXXXXXXY -#define HERCULES_VERSION 202201050 +#define HERCULES_VERSION 202201051 /// Max number of items on @autolootid list #define AUTOLOOTITEM_SIZE 10