Skip to content

Commit

Permalink
18.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GValiente committed Nov 24, 2024
1 parent 8e1728b commit 4d96669
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 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 3
#define BN_VERSION_MINOR 4
#endif

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

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* @tableofcontents
*
*
* @section changelog_18_4_0 18.4.0 (next release)
* @section changelog_18_4_0 18.4.0
*
* * bn::random::get_bool and bn::seed_random::get_bool added.
* * bn::bitset_ref move constructor added.
Expand Down
4 changes: 2 additions & 2 deletions docs/changelog.html

Large diffs are not rendered by default.

0 comments on commit 4d96669

Please sign in to comment.