diff options
author | Mike Pall <mike> | 2025-01-13 16:15:19 +0100 |
---|---|---|
committer | Mike Pall <mike> | 2025-01-13 16:15:19 +0100 |
commit | 8358eb0cceb0aab0ba2872afa4a68ef391093d88 (patch) | |
tree | 281647b8ac9a97c3f67da92bc24affdb140d11ba /Makefile | |
parent | f73e649a954b599fc184726c376476e7a5c439ca (diff) | |
parent | e8236561d4f71d9fe9faeee4d24197ea3a2de601 (diff) | |
download | luajit-8358eb0cceb0aab0ba2872afa4a68ef391093d88.tar.gz luajit-8358eb0cceb0aab0ba2872afa4a68ef391093d88.tar.bz2 luajit-8358eb0cceb0aab0ba2872afa4a68ef391093d88.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-2023 Mike Pall. See Copyright Notice in luajit.h | 13 | # Copyright (C) 2005-2025 Mike Pall. See Copyright Notice in luajit.h |
14 | ############################################################################## | 14 | ############################################################################## |
15 | 15 | ||
16 | MAJVER= 2 | 16 | MAJVER= 2 |