Skip to content

Commit a6738a9

Browse files
committed
docs: library: Update changelog and version number
1 parent afdd56e commit a6738a9

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

changelog.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
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+
410
Version 0.14.0 (2024-09-10)
511
---------------------------
612

documentation/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

include/NEMain.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)