Set version to 1.0
This commit is contained in:
@@ -17,8 +17,7 @@
|
|||||||
Getting Started with LuaJ
|
Getting Started with LuaJ
|
||||||
|
|
||||||
</h1>
|
</h1>
|
||||||
|
James Roseborough, Ian Farmer, Version 1.0
|
||||||
by James Roseborough, Ian Farmer
|
|
||||||
<p>
|
<p>
|
||||||
<small>
|
<small>
|
||||||
Copyright © 2007-2009 Luaj.org.
|
Copyright © 2007-2009 Luaj.org.
|
||||||
@@ -49,7 +48,7 @@ Freely available under the terms of the
|
|||||||
From the main distribution directory line type:
|
From the main distribution directory line type:
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
java -cp luaj-j2se-${VERS}.jar lua src/test/res/test4.lua
|
java -cp luaj-j2se-1.0.jar lua src/test/res/test4.lua
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
@@ -288,7 +287,7 @@ The following lua script will open a swiing frame on J2SE:
|
|||||||
<p>
|
<p>
|
||||||
See a longer sample in <em>src/test/res/swingapp.lua</em> for details, or try running it using:
|
See a longer sample in <em>src/test/res/swingapp.lua</em> for details, or try running it using:
|
||||||
<pre>
|
<pre>
|
||||||
java -cp luaj-j2se-${VERS}.jar lua src/test/res/swingapp.lua
|
java -cp luaj-j2se-1.0.jar lua src/test/res/swingapp.lua
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
version: 0.98
|
version: 1.0
|
||||||
|
|||||||
Reference in New Issue
Block a user