Skip to content

Commit

Permalink
Update luvi and bump luvit version
Browse files Browse the repository at this point in the history
  • Loading branch information
creationix committed Sep 17, 2015
1 parent b51af16 commit 868abcb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
* Changes between 2.5.4 and 2.5.5

* luvi: Update to 2.3.4 [Tim Caswell]

* Changes between 2.5.3 and 2.5.4

* tls: update root certs as of 2015/09/04 [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=2.2.9
LIT_VERSION=2.2.11

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=2.2.9
@SET LIT_VERSION=2.2.11

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.5.4",
version = "2.5.5",
luvi = {
version = "2.3.3",
version = "2.3.4",
flavor = "regular",
},
license = "Apache 2",
Expand Down

0 comments on commit 868abcb

Please sign in to comment.