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 1, 2024
1 parent afdd56e commit a6738a9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
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.0 (2024-12-01)
---------------------------

- Allow users to specify the transformation matrix of a model manually.
- Fix a devkitARM Makefile in an example.

Version 0.14.0 (2024-09-10)
---------------------------

Expand Down
2 changes: 1 addition & 1 deletion documentation/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ PROJECT_NAME = "Nitro Engine"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 0.11.0
PROJECT_NUMBER = 0.15.0

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
4 changes: 2 additions & 2 deletions include/NEMain.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ extern "C" {
/// Major version of Nitro Engine
#define NITRO_ENGINE_MAJOR (0)
/// Minor version of Nitro Engine
#define NITRO_ENGINE_MINOR (14)
#define NITRO_ENGINE_MINOR (15)
/// Patch version of Nitro Engine
#define NITRO_ENGINE_PATCH (0)

Expand All @@ -60,7 +60,7 @@ extern "C" {
(NITRO_ENGINE_PATCH))

/// String with the version of Nitro Engine
#define NITRO_ENGINE_VERSION_STRING "0.14.0"
#define NITRO_ENGINE_VERSION_STRING "0.15.0"

/// @}

Expand Down

0 comments on commit a6738a9

Please sign in to comment.