Skip to content

Commit 8013516

Browse files
Fixed NAPI version in napi.h
Was still on 4.4.0 -> now on 4.4.1
1 parent c117aab commit 8013516

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/napi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
#endif /* __cplusplus */
5858

5959
/* NeXus HDF45 */
60-
#define NEXUS_VERSION "4.4.0" /* major.minor.patch */
60+
#define NEXUS_VERSION "4.4.1" /* major.minor.patch */
6161

6262
#define CONSTCHAR const char
6363

0 commit comments

Comments
 (0)