Skip to content

Commit

Permalink
docs: library: Update changelog and update version number to 1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonioND committed Jan 15, 2025
1 parent e417198 commit b80d754
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions changelog.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
NightFox's Lib Ver. 1.1.7
-------------------------

- Use the right `ar` binary when building the library.
- Update setup instructions.

NightFox's Lib Ver. 1.1.6
-------------------------

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 (6)
#define NF_LIB_PATCH (7)

/// 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.6"
#define NF_LIB_VERSION_STRING "1.1.7"

#endif // NF_LIB_H__

Expand Down

0 comments on commit b80d754

Please sign in to comment.