Skip to content

Commit 6ad5fc9

Browse files
authored
v0.0.15 (#184)
Notable changes: - Use GetThreadTimes() on Windows for CLOCK_THREAD_CPUTIME_ID. (334b186) - Increase the precision of the process and thread clocks on Windows. (5d2ad07)
1 parent 5d2ad07 commit 6ad5fc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/uvwasi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ extern "C" {
1010

1111
#define UVWASI_VERSION_MAJOR 0
1212
#define UVWASI_VERSION_MINOR 0
13-
#define UVWASI_VERSION_PATCH 14
13+
#define UVWASI_VERSION_PATCH 15
1414
#define UVWASI_VERSION_HEX ((UVWASI_VERSION_MAJOR << 16) | \
1515
(UVWASI_VERSION_MINOR << 8) | \
1616
(UVWASI_VERSION_PATCH))

0 commit comments

Comments
 (0)