Skip to content

Commit

Permalink
17.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GValiente committed Jan 12, 2024
1 parent 83813cd commit 2ce4fbb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions butano/include/bn_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* @ingroup other
*/
#ifndef BN_VERSION_MAJOR
#define BN_VERSION_MAJOR 16
#define BN_VERSION_MAJOR 17
#endif

/**
Expand All @@ -34,7 +34,7 @@
* @ingroup other
*/
#ifndef BN_VERSION_MINOR
#define BN_VERSION_MINOR 6
#define BN_VERSION_MINOR 0
#endif

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

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* @tableofcontents
*
*
* @section changelog_17_0_0 17.0.0 (next release)
* @section changelog_17_0_0 17.0.0
*
* * Regular and affine backgrounds allow to specify if they are part of the blending bottom layer or not.
* See the `blending` example to learn how to do it.
Expand Down
4 changes: 2 additions & 2 deletions docs/changelog.html

Large diffs are not rendered by default.

0 comments on commit 2ce4fbb

Please sign in to comment.