diff options
Diffstat (limited to '')
-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> |