Skip to content

Commit

Permalink
5.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
GValiente committed Dec 18, 2020
1 parent e67dc5a commit 53b5852
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion butano/include/bn_documentation.h
Original file line number Diff line number Diff line change
Expand Up @@ -1170,7 +1170,7 @@
* @tableofcontents
*
*
* @section changelog_5_0_0 5.0.0 (next release)
* @section changelog_5_0_0 5.0.0
*
* * Compressed sprites and backgrounds support (see \ref import to learn how to generate them).
* * bn::degrees_sin and bn::degrees_cos don't use a LUT anymore,
Expand Down
4 changes: 2 additions & 2 deletions butano/include/bn_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ namespace bn::version
*/
[[nodiscard]] constexpr int major()
{
return 4;
return 5;
}

/**
* @brief Returns the current minor version.
*/
[[nodiscard]] constexpr int minor()
{
return 4;
return 0;
}

/**
Expand Down
Loading

0 comments on commit 53b5852

Please sign in to comment.