Skip to content

Commit

Permalink
docs: library: Update changelog and version number
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonioND committed Dec 22, 2024
1 parent 446e271 commit de9ca58
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
=========

Version 0.15.1 (2024-12-23)
---------------------------

- Install licenses with the rest of the library.
- Clarify some comments in examples.

Version 0.15.0 (2024-12-01)
---------------------------

Expand Down
2 changes: 1 addition & 1 deletion include/NEMain.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ extern "C" {
/// Minor version of Nitro Engine
#define NITRO_ENGINE_MINOR (15)
/// Patch version of Nitro Engine
#define NITRO_ENGINE_PATCH (0)
#define NITRO_ENGINE_PATCH (1)

/// Full version of Nitro Engine
#define NITRO_ENGINE_VERSION ((NITRO_ENGINE_MAJOR << 16) | \
Expand Down

0 comments on commit de9ca58

Please sign in to comment.