Skip to content

Commit

Permalink
docs: library: Update changelog and bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonioND committed Sep 10, 2024
1 parent 0079268 commit 67f129b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions changelog.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
NightFox's Lib Ver. 1.1.5
-------------------------

- Update BlocksDS makefiles.

NightFox's Lib Ver. 1.1.4
-------------------------

Expand Down
4 changes: 2 additions & 2 deletions include/nf_lib.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ extern "C" {
/// Minor version of NightFox's Lib
#define NF_LIB_MINOR (1)
/// Patch version of NightFox's Lib
#define NF_LIB_PATCH (4)
#define NF_LIB_PATCH (5)

/// Full version of NightFox's Lib
#define NF_LIB_VERSION ((NF_LIB_MAJOR << 16) | (NF_LIB_MINOR << 8) | (NF_LIB_PATCH))

/// String with the version of NightFox's Lib
#define NF_LIB_VERSION_STRING "1.1.4"
#define NF_LIB_VERSION_STRING "1.1.5"

#endif // NF_LIB_H__

Expand Down

0 comments on commit 67f129b

Please sign in to comment.