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 908701b6..b1dbf36c 100644 --- a/doc/ext_jit.html +++ b/doc/ext_jit.html | |||
@@ -42,9 +42,9 @@ | |||
42 | <a href="ext_c_api.html">Lua/C API</a> | 42 | <a href="ext_c_api.html">Lua/C API</a> |
43 | </li></ul> | 43 | </li></ul> |
44 | </li><li> | 44 | </li><li> |
45 | <a href="status.html">Status</a> | 45 | <a href="https://luajit.org/status.html">Status <span class="ext">»</span></a> |
46 | </li><li> | 46 | </li><li> |
47 | <a href="faq.html">FAQ</a> | 47 | <a href="https://luajit.org/faq.html">FAQ <span class="ext">»</span></a> |
48 | </li><li> | 48 | </li><li> |
49 | <a href="https://luajit.org/list.html">Mailing List <span class="ext">»</span></a> | 49 | <a href="https://luajit.org/list.html">Mailing List <span class="ext">»</span></a> |
50 | </li></ul> | 50 | </li></ul> |
@@ -131,7 +131,9 @@ Contains the LuaJIT version string. | |||
131 | <h3 id="jit_version_num"><tt>jit.version_num</tt></h3> | 131 | <h3 id="jit_version_num"><tt>jit.version_num</tt></h3> |
132 | <p> | 132 | <p> |
133 | Contains the version number of the LuaJIT core. Version xx.yy.zz | 133 | Contains the version number of the LuaJIT core. Version xx.yy.zz |
134 | is represented by the decimal number xxyyzz. | 134 | is represented by the decimal number xxyyzz.<br> |
135 | <b>DEPRECATED after the switch to | ||
136 | <a href="https://luajit.org/status.html#release"><span class="ext">»</span> rolling releases</a>. zz is frozen at 99.</b> | ||
135 | </p> | 137 | </p> |
136 | 138 | ||
137 | <h3 id="jit_os"><tt>jit.os</tt></h3> | 139 | <h3 id="jit_os"><tt>jit.os</tt></h3> |