Skip to content

Commit

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

- add stub for sock_accept
  (96f37fe)

Signed-off-by: Michael Dawson <mdawson@devrus.com>
  • Loading branch information
mhdawson authored Feb 23, 2023
1 parent 96f37fe commit 5be0551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/uvwasi.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ extern "C" {

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

0 comments on commit 5be0551

Please sign in to comment.