aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMike Pall <mike>2022-01-15 19:42:30 +0100
committerMike Pall <mike>2022-01-15 19:42:30 +0100
commit7306ba78d62b55a64f25231df1d5697345a5572e (patch)
treeb20514c4469babd1cbd80a52a8251387153e278c /Makefile
parentc21c6cb4170159250aa778ec888db7f919dfb0e9 (diff)
parentc4dfb625bad8937d72074852a977738ec3eb1ab7 (diff)
downloadluajit-7306ba78d62b55a64f25231df1d5697345a5572e.tar.gz
luajit-7306ba78d62b55a64f25231df1d5697345a5572e.tar.bz2
luajit-7306ba78d62b55a64f25231df1d5697345a5572e.zip
Merge branch 'master' into v2.1
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index aa1b84bd..10c83c73 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@
10# For MSVC, please follow the instructions given in src/msvcbuild.bat. 10# For MSVC, please follow the instructions given in src/msvcbuild.bat.
11# For MinGW and Cygwin, cd to src and run make with the Makefile there. 11# For MinGW and Cygwin, cd to src and run make with the Makefile there.
12# 12#
13# Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h 13# Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
14############################################################################## 14##############################################################################
15 15
16MAJVER= 2 16MAJVER= 2