Skip to content

Commit

Permalink
version 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
iefserge committed Oct 4, 2014
1 parent dfdadfa commit c77d119
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 0.1.4 (2014-10-04)

- V8 version update to 3.30.2
- libc++ update

### 0.1.3 (2014-09-07)

- Halt system when there is nothing to do
Expand Down
2 changes: 1 addition & 1 deletion src/kernel/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class Version {
}

static uint32_t getRev() {
return 3;
return 4;
}

private:
Expand Down

0 comments on commit c77d119

Please sign in to comment.