diff --git a/butano/include/bn_documentation.h b/butano/include/bn_documentation.h index 9dc6a7e9c..ee87594f9 100644 --- a/butano/include/bn_documentation.h +++ b/butano/include/bn_documentation.h @@ -1041,7 +1041,7 @@ * @tableofcontents * * - * @section changelog_4_1_0 4.1.0 (next release) + * @section changelog_4_1_0 4.1.0 * * * H-Blank effects optimized (it fixes `world_map` example flickering). * * SRAM code moved from EWRAM to ROM to avoid a No$gba crash. diff --git a/butano/include/bn_version.h b/butano/include/bn_version.h index 9f5ace7e9..71e221861 100644 --- a/butano/include/bn_version.h +++ b/butano/include/bn_version.h @@ -35,7 +35,7 @@ namespace bn::version */ [[nodiscard]] constexpr int minor() { - return 0; + return 1; } /**