File tree 2 files changed +10
-2
lines changed
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ Version 0.14.0 (2024-09-10)
5
+ ---------------------------
6
+
7
+ - Use ``stdint.h `` types instead of libnds types.
8
+ - Update BlocksDS makefiles.
9
+ - Update libdsf to v0.1.3.
10
+ - Fix some memory leaks/use-after-free bugs in the RichText module.
11
+
4
12
Version 0.13.0 (2024-06-08)
5
13
---------------------------
6
14
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ extern "C" {
50
50
/// Major version of Nitro Engine
51
51
#define NITRO_ENGINE_MAJOR (0)
52
52
/// Minor version of Nitro Engine
53
- #define NITRO_ENGINE_MINOR (11 )
53
+ #define NITRO_ENGINE_MINOR (14 )
54
54
/// Patch version of Nitro Engine
55
55
#define NITRO_ENGINE_PATCH (0)
56
56
@@ -60,7 +60,7 @@ extern "C" {
60
60
(NITRO_ENGINE_PATCH))
61
61
62
62
/// String with the version of Nitro Engine
63
- #define NITRO_ENGINE_VERSION_STRING "0.11 .0"
63
+ #define NITRO_ENGINE_VERSION_STRING "0.14 .0"
64
64
65
65
/// @}
66
66
You can’t perform that action at this time.
0 commit comments