diff options
Diffstat (limited to 'doc/status.html')
-rw-r--r-- | doc/status.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/status.html b/doc/status.html index dab72ebf..36a1799f 100644 --- a/doc/status.html +++ b/doc/status.html | |||
@@ -62,7 +62,7 @@ ul li { padding-bottom: 0.3em; } | |||
62 | <p> | 62 | <p> |
63 | The <span style="color: #0000c0;">LuaJIT 1.x</span> series represents | 63 | The <span style="color: #0000c0;">LuaJIT 1.x</span> series represents |
64 | the current <span style="color: #0000c0;">stable branch</span>. | 64 | the current <span style="color: #0000c0;">stable branch</span>. |
65 | Only a single bug has been discovered in the last two years. So, if | 65 | Only a single bug has been discovered in the last three years. So, if |
66 | you need a rock-solid VM, you are encouraged to fetch the latest | 66 | you need a rock-solid VM, you are encouraged to fetch the latest |
67 | release of LuaJIT 1.x from the <a href="http://luajit.org/download.html"><span class="ext">»</span> Download</a> | 67 | release of LuaJIT 1.x from the <a href="http://luajit.org/download.html"><span class="ext">»</span> Download</a> |
68 | page. | 68 | page. |
@@ -70,10 +70,10 @@ page. | |||
70 | <p> | 70 | <p> |
71 | <span style="color: #c00000;">LuaJIT 2.0</span> is the currently active | 71 | <span style="color: #c00000;">LuaJIT 2.0</span> is the currently active |
72 | <span style="color: #c00000;">development branch</span>. | 72 | <span style="color: #c00000;">development branch</span>. |
73 | It has <b>Beta Test</b> status and is still undergoing | 73 | It still has <b>Beta Test</b> status, but it's not undergoing substantial |
74 | substantial changes. | 74 | changes anymore. |
75 | It has <a href="http://luajit.org/performance.html"><span class="ext">»</span> much better performance</a> than LuaJIT 1.x. | 75 | It has <a href="http://luajit.org/performance.html"><span class="ext">»</span> much better performance</a> than LuaJIT 1.x. |
76 | It's maturing quickly, so you should definitely | 76 | It's nearly feature-complete, so you should definitely |
77 | start to evaluate it for new projects right now. | 77 | start to evaluate it for new projects right now. |
78 | </p> | 78 | </p> |
79 | 79 | ||