Skip to content

Commit

Permalink
Update version.h
Browse files Browse the repository at this point in the history
  • Loading branch information
a1ive committed Nov 9, 2023
1 parent 468f7b5 commit f09430a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libnw/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#define NWINFO_MAJOR_VERSION 0
#define NWINFO_MINOR_VERSION 9
#define NWINFO_MICRO_VERSION 0
#define NWINFO_BUILD_VERSION 1
#define NWINFO_BUILD_VERSION 2

#define NWINFO_VERSION NWINFO_MAJOR_VERSION,NWINFO_MINOR_VERSION,NWINFO_MICRO_VERSION,NWINFO_BUILD_VERSION
#define NWINFO_VERSION_STR QUOTE(NWINFO_MAJOR_VERSION.NWINFO_MINOR_VERSION.NWINFO_MICRO_VERSION.NWINFO_BUILD_VERSION)
Expand Down

0 comments on commit f09430a

Please sign in to comment.