diff --git a/deps/luajit/COPYRIGHT b/deps/luajit/COPYRIGHT index 08936dfb..1ef7df62 100644 --- a/deps/luajit/COPYRIGHT +++ b/deps/luajit/COPYRIGHT @@ -1,7 +1,7 @@ =============================================================================== LuaJIT -- a Just-In-Time Compiler for Lua. http://luajit.org/ -Copyright (C) 2005-2014 Mike Pall. All rights reserved. +Copyright (C) 2005-2015 Mike Pall. All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/deps/luajit/Makefile b/deps/luajit/Makefile index b23b6481..0cbe741a 100644 --- a/deps/luajit/Makefile +++ b/deps/luajit/Makefile @@ -10,12 +10,12 @@ # For MSVC, please follow the instructions given in src/msvcbuild.bat. # For MinGW and Cygwin, cd to src and run make with the Makefile there. # -# Copyright (C) 2005-2014 Mike Pall. See Copyright Notice in luajit.h +# Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h ############################################################################## MAJVER= 2 MINVER= 0 -RELVER= 3 +RELVER= 4 VERSION= $(MAJVER).$(MINVER).$(RELVER) ABIVER= 5.1 diff --git a/deps/luajit/README b/deps/luajit/README index 902a6d2e..44366af5 100644 --- a/deps/luajit/README +++ b/deps/luajit/README @@ -1,11 +1,11 @@ -README for LuaJIT 2.0.3 +README for LuaJIT 2.0.4 ----------------------- LuaJIT is a Just-In-Time (JIT) compiler for the Lua programming language. Project Homepage: http://luajit.org/ -LuaJIT is Copyright (C) 2005-2014 Mike Pall. +LuaJIT is Copyright (C) 2005-2015 Mike Pall. LuaJIT is free software, released under the MIT license. See full Copyright Notice in the COPYRIGHT file or in luajit.h. diff --git a/deps/luajit/doc/bluequad-print.css b/deps/luajit/doc/bluequad-print.css index 21da8688..07f5c84a 100644 --- a/deps/luajit/doc/bluequad-print.css +++ b/deps/luajit/doc/bluequad-print.css @@ -1,4 +1,4 @@ -/* Copyright (C) 2004-2014 Mike Pall. +/* Copyright (C) 2004-2015 Mike Pall. * * You are welcome to use the general ideas of this design for your own sites. * But please do not steal the stylesheet, the layout or the color scheme. diff --git a/deps/luajit/doc/bluequad.css b/deps/luajit/doc/bluequad.css index 05b092e4..ae531430 100644 --- a/deps/luajit/doc/bluequad.css +++ b/deps/luajit/doc/bluequad.css @@ -1,4 +1,4 @@ -/* Copyright (C) 2004-2014 Mike Pall. +/* Copyright (C) 2004-2015 Mike Pall. * * You are welcome to use the general ideas of this design for your own sites. * But please do not steal the stylesheet, the layout or the color scheme. diff --git a/deps/luajit/doc/changes.html b/deps/luajit/doc/changes.html index 98412293..d7b83ce6 100644 --- a/deps/luajit/doc/changes.html +++ b/deps/luajit/doc/changes.html @@ -4,7 +4,7 @@ LuaJIT Change History - + @@ -63,7 +63,7 @@

LuaJIT Change History

This is a list of changes between the released versions of LuaJIT.
-The current stable version is LuaJIT 2.0.3.
+The current stable version is LuaJIT 2.0.4.

Please check the @@ -72,6 +72,56 @@

LuaJIT Change History

+

LuaJIT 2.0.4 — 2015-05-14

+ +

LuaJIT 2.0.3 — 2014-03-12