Skip to content

Commit

Permalink
Bump lit version in makefiles to v3.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
squeek502 committed Mar 10, 2020
1 parent c7662cb commit 8cd6dfa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions ChangeLog
Expand Up @@ -6,6 +6,7 @@
- fix abort when redirecting stdout/stderr to file (#1095) [Ryan Liptak]
- process: fix process.stdin abort when stdin is redirected from a file (#1096) [Ryan Liptak]
- pretty-print: use try_write for tty stderr/stdout (#1097) [George Zhao]
- lit: bump to v3.8.1

# Changes in 2.16.0

Expand Down
2 changes: 1 addition & 1 deletion Makefile
@@ -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.5.4
LIT_VERSION=3.8.1

LUVIT_TAG=$(shell git describe)
LUVIT_ARCH=$(shell uname -s)_$(shell uname -m)
Expand Down
2 changes: 1 addition & 1 deletion make.bat
@@ -1,5 +1,5 @@
@ECHO off
@SET LIT_VERSION=3.5.4
@SET LIT_VERSION=3.8.1

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

Expand Down

0 comments on commit 8cd6dfa

Please sign in to comment.