Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/luajit-rocks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'luajit-2.0/src/luajit.h')
-rw-r--r--luajit-2.0/src/luajit.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/luajit-2.0/src/luajit.h b/luajit-2.0/src/luajit.h
index 901807a..9ced18e 100644
--- a/luajit-2.0/src/luajit.h
+++ b/luajit-2.0/src/luajit.h
@@ -30,9 +30,9 @@
#include "lua.h"
-#define LUAJIT_VERSION "LuaJIT 2.0.3"
-#define LUAJIT_VERSION_NUM 20003 /* Version 2.0.3 = 02.00.03. */
-#define LUAJIT_VERSION_SYM luaJIT_version_2_0_3
+#define LUAJIT_VERSION "LuaJIT 2.0.4"
+#define LUAJIT_VERSION_NUM 20004 /* Version 2.0.4 = 02.00.04. */
+#define LUAJIT_VERSION_SYM luaJIT_version_2_0_4
#define LUAJIT_COPYRIGHT "Copyright (C) 2005-2015 Mike Pall"
#define LUAJIT_URL "http://luajit.org/"