Set version to 1.0

This commit is contained in:
James Roseborough
2009-06-20 13:38:12 +00:00
parent 13050a68b8
commit 02826a1562
2 changed files with 4 additions and 5 deletions

View File

@@ -17,8 +17,7 @@
Getting Started with LuaJ
</h1>
by James Roseborough, Ian Farmer
James Roseborough, Ian Farmer, Version 1.0
<p>
<small>
Copyright &copy; 2007-2009 Luaj.org.
@@ -49,7 +48,7 @@ Freely available under the terms of the
From the main distribution directory line type:
<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>
<p>
@@ -288,7 +287,7 @@ The following lua script will open a swiing frame on J2SE:
<p>
See a longer sample in <em>src/test/res/swingapp.lua</em> for details, or try running it using:
<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>
<p>

View File

@@ -1 +1 @@
version: 0.98
version: 1.0