diff options
author | Mike Pall <mike> | 2023-08-20 21:33:37 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2023-08-20 21:33:37 +0200 |
commit | ef587afb2cd7267c0defd04aa642593b76a6b23d (patch) | |
tree | ea6d8da73d4f97b6fcddd2bfdba0c55d329a03ce /Makefile | |
parent | cbb187aea5e9bbe708faee7f03f92b4c62a74720 (diff) | |
parent | 158a284cc9c33ade9054df976018401e4996cfbd (diff) | |
download | luajit-ef587afb2cd7267c0defd04aa642593b76a6b23d.tar.gz luajit-ef587afb2cd7267c0defd04aa642593b76a6b23d.tar.bz2 luajit-ef587afb2cd7267c0defd04aa642593b76a6b23d.zip |
Merge branch 'master' into v2.1
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | ||
16 | MAJVER= 2 | 16 | MAJVER= 2 |