diff options
author | Mike Pall <mike> | 2010-03-28 19:26:33 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2010-03-28 19:26:33 +0200 |
commit | 23189fa40d8cda4fa039a44b1211771b3d34fc7b (patch) | |
tree | 65fe7aadd2bde0e0dace999fba7bee218ae8d159 /doc/status.html | |
parent | 3a8b9bad2e34155ddb1b6a84cc236ea87accbf1a (diff) | |
download | luajit-23189fa40d8cda4fa039a44b1211771b3d34fc7b.tar.gz luajit-23189fa40d8cda4fa039a44b1211771b3d34fc7b.tar.bz2 luajit-23189fa40d8cda4fa039a44b1211771b3d34fc7b.zip |
RELEASE LuaJIT-2.0.0-beta4v2.0.0-beta4
Diffstat (limited to 'doc/status.html')
-rw-r--r-- | doc/status.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/status.html b/doc/status.html index c1b8b15d..3da8fe78 100644 --- a/doc/status.html +++ b/doc/status.html | |||
@@ -45,8 +45,8 @@ ul li { padding-bottom: 0.3em; } | |||
45 | <div id="main"> | 45 | <div id="main"> |
46 | <p> | 46 | <p> |
47 | The <span style="color: #0000c0;">LuaJIT 1.x</span> series represents | 47 | The <span style="color: #0000c0;">LuaJIT 1.x</span> series represents |
48 | the current <span style="color: #0000c0;">stable branch</span>. As of | 48 | the current <span style="color: #0000c0;">stable branch</span>. |
49 | this writing there have been no open bugs since about a year. So, if | 49 | Only a single bug has been discovered in the last two years. So, if |
50 | you need a rock-solid VM, you are encouraged to fetch the latest | 50 | you need a rock-solid VM, you are encouraged to fetch the latest |
51 | release of LuaJIT 1.x from the <a href="http://luajit.org/download.html"><span class="ext">»</span> Download</a> | 51 | release of LuaJIT 1.x from the <a href="http://luajit.org/download.html"><span class="ext">»</span> Download</a> |
52 | page. | 52 | page. |
@@ -55,7 +55,9 @@ page. | |||
55 | <span style="color: #c00000;">LuaJIT 2.0</span> is the currently active | 55 | <span style="color: #c00000;">LuaJIT 2.0</span> is the currently active |
56 | <span style="color: #c00000;">development branch</span>. | 56 | <span style="color: #c00000;">development branch</span>. |
57 | It has <b>Beta Test</b> status and is still undergoing | 57 | It has <b>Beta Test</b> status and is still undergoing |
58 | substantial changes. It's maturing quickly, so you should definitely | 58 | substantial changes. |
59 | It has <a href="http://luajit.org/performance.html"><span class="ext">»</span> much better performance</a> than LuaJIT 1.x. | ||
60 | It's maturing quickly, so you should definitely | ||
59 | start to evaluate it for new projects right now. | 61 | start to evaluate it for new projects right now. |
60 | </p> | 62 | </p> |
61 | 63 | ||