aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMike Pall <mike>2025-01-13 16:15:19 +0100
committerMike Pall <mike>2025-01-13 16:15:19 +0100
commit8358eb0cceb0aab0ba2872afa4a68ef391093d88 (patch)
tree281647b8ac9a97c3f67da92bc24affdb140d11ba /Makefile
parentf73e649a954b599fc184726c376476e7a5c439ca (diff)
parente8236561d4f71d9fe9faeee4d24197ea3a2de601 (diff)
downloadluajit-8358eb0cceb0aab0ba2872afa4a68ef391093d88.tar.gz
luajit-8358eb0cceb0aab0ba2872afa4a68ef391093d88.tar.bz2
luajit-8358eb0cceb0aab0ba2872afa4a68ef391093d88.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 6b67f54d..d789e9f3 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-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
16MAJVER= 2 16MAJVER= 2