aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMike Pall <mike>2023-08-20 21:33:37 +0200
committerMike Pall <mike>2023-08-20 21:33:37 +0200
commitef587afb2cd7267c0defd04aa642593b76a6b23d (patch)
treeea6d8da73d4f97b6fcddd2bfdba0c55d329a03ce /Makefile
parentcbb187aea5e9bbe708faee7f03f92b4c62a74720 (diff)
parent158a284cc9c33ade9054df976018401e4996cfbd (diff)
downloadluajit-ef587afb2cd7267c0defd04aa642593b76a6b23d.tar.gz
luajit-ef587afb2cd7267c0defd04aa642593b76a6b23d.tar.bz2
luajit-ef587afb2cd7267c0defd04aa642593b76a6b23d.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 f9952b43..95400870 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-2022 Mike Pall. See Copyright Notice in luajit.h 13# Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
14############################################################################## 14##############################################################################
15 15
16MAJVER= 2 16MAJVER= 2