Skip to content
This repository was archived by the owner on May 4, 2018. It is now read-only.

Commit abcad99

Browse files
committed
Now working on v0.11.9
1 parent a526046 commit abcad99

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ChangeLog

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
2013.08.22, Version 0.11.8 (Unstable)
1+
2013.08.22, Version 0.11.8 (Unstable), a5260462db80ab0deab6b9e6a8991dd8f5a9a2f8
22

33
Changes since version 0.11.7:
44

src/version.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131

3232
#define UV_VERSION_MAJOR 0
3333
#define UV_VERSION_MINOR 11
34-
#define UV_VERSION_PATCH 8
35-
#define UV_VERSION_IS_RELEASE 1
34+
#define UV_VERSION_PATCH 9
35+
#define UV_VERSION_IS_RELEASE 0
3636

3737

3838
#define UV_VERSION ((UV_VERSION_MAJOR << 16) | \

0 commit comments

Comments
 (0)