Skip to content

Commit

Permalink
18.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GValiente committed Nov 23, 2024
1 parent 7aaa494 commit f79b3ef
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 @@ -34,7 +34,7 @@
* @ingroup other
*/
#ifndef BN_VERSION_MINOR
#define BN_VERSION_MINOR 2
#define BN_VERSION_MINOR 3
#endif

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

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

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* @tableofcontents
*
*
* @section changelog_18_3_0 18.3.0 (next release)
* @section changelog_18_3_0 18.3.0
*
* * bn::sprite_text_generator::generate_top_left and bn::sprite_text_generator::generate_top_left_optional added.
* * bn::sprite_text_generator allows to setup the mosaic, the blending, the visibility and the camera
Expand Down
4 changes: 2 additions & 2 deletions docs/changelog.html

Large diffs are not rendered by default.

0 comments on commit f79b3ef

Please sign in to comment.