Skip to content

Commit

Permalink
Update luvi/lit and bump version to 2.11.5
Browse files Browse the repository at this point in the history
  • Loading branch information
creationix committed Jul 26, 2016
1 parent 9c01fbe commit 149f01a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
* Changes in 2.11.5

- Lit to 3.4.3 [Tim Caswell]
- Luvi to 2.7.4 [Tim Caswell]

* Changes in 2.11.4

* dns: error message fix for #918 [Ryan Phillips]
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
APP_FILES=$(shell find . -type f -name '*.lua')
BIN_ROOT=lit/luvi-binaries/$(shell uname -s)_$(shell uname -m)
LIT_VERSION=3.4.2
LIT_VERSION=3.4.3

LUVIT_TAG=$(shell git describe)
LUVIT_ARCH=$(shell uname -s)_$(shell uname -m)
Expand Down
2 changes: 1 addition & 1 deletion make.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@ECHO off
@SET LIT_VERSION=3.4.2
@SET LIT_VERSION=3.4.3

IF NOT "x%1" == "x" GOTO :%1

Expand Down
4 changes: 2 additions & 2 deletions package.lua
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
return {
name = "luvit/luvit",
version = "2.11.4",
version = "2.11.5",
luvi = {
version = "2.7.3",
version = "2.7.4",
flavor = "regular",
},
license = "Apache 2",
Expand Down

0 comments on commit 149f01a

Please sign in to comment.