Skip to content

Commit

Permalink
update version.h
Browse files Browse the repository at this point in the history
  • Loading branch information
a1ive committed Feb 29, 2024
1 parent 9858565 commit 174f43e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libnw/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@

#define NWINFO_MAJOR_VERSION 0
#define NWINFO_MINOR_VERSION 9
#define NWINFO_MICRO_VERSION 5
#define NWINFO_BUILD_VERSION 1
#define NWINFO_MICRO_VERSION 6
#define NWINFO_BUILD_VERSION 0

#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)

#define NWINFO_COMPANY "A1ive"
#define NWINFO_COPYRIGHT "Copyright (c) 2023 A1ive"
#define NWINFO_COPYRIGHT "Copyright (c) 2024 A1ive"
#define NWINFO_FILEDESC "Hardware information utility for Windows"

#define NWINFO_GUI "NWinfo GUI"
Expand Down

0 comments on commit 174f43e

Please sign in to comment.