Skip to content

Commit

Permalink
Now working on version 1.23.1
Browse files Browse the repository at this point in the history
Fixes: libuv#1942
  • Loading branch information
cjihrig committed Aug 17, 2018
1 parent 489ce32 commit 69c43d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/uv/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@

#define UV_VERSION_MAJOR 1
#define UV_VERSION_MINOR 23
#define UV_VERSION_PATCH 0
#define UV_VERSION_IS_RELEASE 1
#define UV_VERSION_SUFFIX ""
#define UV_VERSION_PATCH 1
#define UV_VERSION_IS_RELEASE 0
#define UV_VERSION_SUFFIX "dev"

#define UV_VERSION_HEX ((UV_VERSION_MAJOR << 16) | \
(UV_VERSION_MINOR << 8) | \
Expand Down

0 comments on commit 69c43d9

Please sign in to comment.