diff options
author | Mike Pall <mike> | 2023-08-21 02:38:56 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2023-08-21 02:38:56 +0200 |
commit | f0ff869bc2fffa17bb765c4c773457578da125a9 (patch) | |
tree | a439bf4fe179352af5a6808ab5c5d4584cff197e /doc/ext_jit.html | |
parent | ef587afb2cd7267c0defd04aa642593b76a6b23d (diff) | |
parent | c34594681909cac98d44629863df2c7afd93eaf0 (diff) | |
download | luajit-f0ff869bc2fffa17bb765c4c773457578da125a9.tar.gz luajit-f0ff869bc2fffa17bb765c4c773457578da125a9.tar.bz2 luajit-f0ff869bc2fffa17bb765c4c773457578da125a9.zip |
Merge branch 'master' into v2.1
Diffstat (limited to 'doc/ext_jit.html')
-rw-r--r-- | doc/ext_jit.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/ext_jit.html b/doc/ext_jit.html index 7bf9f343..dd136d65 100644 --- a/doc/ext_jit.html +++ b/doc/ext_jit.html | |||
@@ -46,9 +46,9 @@ | |||
46 | <a href="ext_profiler.html">Profiler</a> | 46 | <a href="ext_profiler.html">Profiler</a> |
47 | </li></ul> | 47 | </li></ul> |
48 | </li><li> | 48 | </li><li> |
49 | <a href="status.html">Status</a> | 49 | <a href="https://luajit.org/status.html">Status <span class="ext">»</span></a> |
50 | </li><li> | 50 | </li><li> |
51 | <a href="faq.html">FAQ</a> | 51 | <a href="https://luajit.org/faq.html">FAQ <span class="ext">»</span></a> |
52 | </li><li> | 52 | </li><li> |
53 | <a href="https://luajit.org/list.html">Mailing List <span class="ext">»</span></a> | 53 | <a href="https://luajit.org/list.html">Mailing List <span class="ext">»</span></a> |
54 | </li></ul> | 54 | </li></ul> |
@@ -135,7 +135,9 @@ Contains the LuaJIT version string. | |||
135 | <h3 id="jit_version_num"><tt>jit.version_num</tt></h3> | 135 | <h3 id="jit_version_num"><tt>jit.version_num</tt></h3> |
136 | <p> | 136 | <p> |
137 | Contains the version number of the LuaJIT core. Version xx.yy.zz | 137 | Contains the version number of the LuaJIT core. Version xx.yy.zz |
138 | is represented by the decimal number xxyyzz. | 138 | is represented by the decimal number xxyyzz.<br> |
139 | <b>DEPRECATED after the switch to | ||
140 | <a href="https://luajit.org/status.html#release"><span class="ext">»</span> rolling releases</a>. zz is frozen at 99.</b> | ||
139 | </p> | 141 | </p> |
140 | 142 | ||
141 | <h3 id="jit_os"><tt>jit.os</tt></h3> | 143 | <h3 id="jit_os"><tt>jit.os</tt></h3> |