Skip to content

Commit

Permalink
v0.0.15 (#184)
Browse files Browse the repository at this point in the history
Notable changes:

- Use GetThreadTimes() on Windows for CLOCK_THREAD_CPUTIME_ID.
  (334b186)
- Increase the precision of the process and thread clocks on
  Windows.
  (5d2ad07)
  • Loading branch information
cjihrig committed Jan 18, 2023
1 parent 5d2ad07 commit 6ad5fc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/uvwasi.h
Expand Up @@ -10,7 +10,7 @@ extern "C" {

#define UVWASI_VERSION_MAJOR 0
#define UVWASI_VERSION_MINOR 0
#define UVWASI_VERSION_PATCH 14
#define UVWASI_VERSION_PATCH 15
#define UVWASI_VERSION_HEX ((UVWASI_VERSION_MAJOR << 16) | \
(UVWASI_VERSION_MINOR << 8) | \
(UVWASI_VERSION_PATCH))
Expand Down

0 comments on commit 6ad5fc9

Please sign in to comment.