File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ Version 0.15.0 (2024-12-01)
5+ ---------------------------
6+
7+ - Allow users to specify the transformation matrix of a model manually.
8+ - Fix a devkitARM Makefile in an example.
9+
410Version 0.14.0 (2024-09-10)
511---------------------------
612
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ PROJECT_NAME = "Nitro Engine"
4848# could be handy for archiving the generated documentation or if some version
4949# control system is used.
5050
51- PROJECT_NUMBER = 0.11 .0
51+ PROJECT_NUMBER = 0.15 .0
5252
5353# Using the PROJECT_BRIEF tag one can provide an optional one line description
5454# for a project that appears at the top of each page and should give viewer a
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ extern "C" {
5050/// Major version of Nitro Engine
5151#define NITRO_ENGINE_MAJOR (0)
5252/// Minor version of Nitro Engine
53- #define NITRO_ENGINE_MINOR (14 )
53+ #define NITRO_ENGINE_MINOR (15 )
5454/// Patch version of Nitro Engine
5555#define NITRO_ENGINE_PATCH (0)
5656
@@ -60,7 +60,7 @@ extern "C" {
6060 (NITRO_ENGINE_PATCH))
6161
6262/// String with the version of Nitro Engine
63- #define NITRO_ENGINE_VERSION_STRING "0.14 .0"
63+ #define NITRO_ENGINE_VERSION_STRING "0.15 .0"
6464
6565/// @}
6666
You can’t perform that action at this time.
0 commit comments