Skip to content

Commit

Permalink
18.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GValiente committed Jan 12, 2025
1 parent f487cbc commit 0935476
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions butano/include/bn_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
* @ingroup other
*/
#ifndef BN_VERSION_PATCH
#define BN_VERSION_PATCH 0
#define BN_VERSION_PATCH 1
#endif

/**
Expand All @@ -56,7 +56,7 @@
* @ingroup other
*/
#ifndef BN_VERSION_STRING
#define BN_VERSION_STRING "18.7.0"
#define BN_VERSION_STRING "18.7.1"
#endif

/**
Expand Down
4 changes: 2 additions & 2 deletions butano/include/documentation/bn_documentation_g_changelog.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
* @tableofcontents
*
*
* @section changelog_18_7_1 18.7.1 (next release)
* @section changelog_18_7_1 18.7.1
*
* * Placement new calls with user-provided `operator new` overloads fixed.
* * Placement `new` calls with user-provided `operator new` overloads fixed.
* * bn::unordered_map and bn::unordered_set clangd warnings fixed.
*
*
Expand Down
4 changes: 2 additions & 2 deletions docs/changelog.html

Large diffs are not rendered by default.

0 comments on commit 0935476

Please sign in to comment.