Skip to content

Commit

Permalink
15.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GValiente committed Oct 17, 2023
1 parent d98e0f9 commit 7bd861a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion butano/include/bn_documentation.h
Original file line number Diff line number Diff line change
Expand Up @@ -2156,7 +2156,7 @@
* @tableofcontents
*
*
* @section changelog_15_9_0 15.9.0 (next release)
* @section changelog_15_9_0 15.9.0
*
* * Same maps with different tiles or palettes supported.
* * Some clangd and Clang-Tidy warnings fixed.
Expand Down
6 changes: 3 additions & 3 deletions butano/include/bn_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
* @ingroup other
*/
#ifndef BN_VERSION_MINOR
#define BN_VERSION_MINOR 8
#define BN_VERSION_MINOR 9
#endif

/**
Expand All @@ -45,7 +45,7 @@
* @ingroup other
*/
#ifndef BN_VERSION_PATCH
#define BN_VERSION_PATCH 2
#define BN_VERSION_PATCH 0
#endif

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

/**
Expand Down
4 changes: 2 additions & 2 deletions docs/changelog.html

Large diffs are not rendered by default.

0 comments on commit 7bd861a

Please sign in to comment.