Skip to content

Commit

Permalink
update libcdi
Browse files Browse the repository at this point in the history
  • Loading branch information
a1ive committed Sep 3, 2024
1 parent 88c5e19 commit bbeb0ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libcdi/libcdi.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#define VC_EXTRALEAN
#include <windows.h>

#define CDI_VERSION "9.4.2"
#define CDI_VERSION "9.4.3"

enum CDI_ATA_BOOL
{
Expand Down
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 1
#define NWINFO_MINOR_VERSION 0
#define NWINFO_MICRO_VERSION 2
#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 bbeb0ce

Please sign in to comment.