Skip to content

Commit

Permalink
Release NAV 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MikuAuahDark committed Jul 27, 2024
1 parent 1b86c42 commit e96d193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/nav/nav.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#define _NAV_H_

#define NAV_VERSION_MAJOR 0
#define NAV_VERSION_MINOR 1
#define NAV_VERSION_MINOR 2
#define NAV_VERSION_PATCH 0
#define NAV_VERSION_FORMAT(a, b, c) ((a << 16) | (b << 8) | c)
#define NAV_VERSION NAV_VERSION_FORMAT(NAV_VERSION_MAJOR, NAV_VERSION_MINOR, NAV_VERSION_PATCH)
Expand Down

0 comments on commit e96d193

Please sign in to comment.