diff --git a/README.html b/README.html index 26e612b1..6599e385 100644 --- a/README.html +++ b/README.html @@ -17,8 +17,7 @@ Getting Started with LuaJ - -by James Roseborough, Ian Farmer +James Roseborough, Ian Farmer, Version 1.0
Copyright © 2007-2009 Luaj.org.
@@ -49,7 +48,7 @@ Freely available under the terms of the
From the main distribution directory line type:
- 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
@@ -288,7 +287,7 @@ The following lua script will open a swiing frame on J2SE:
See a longer sample in src/test/res/swingapp.lua for details, or try running it using:
- 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
diff --git a/version.properties b/version.properties index c19782f9..a5ef50fd 100644 --- a/version.properties +++ b/version.properties @@ -1 +1 @@ -version: 0.98 +version: 1.0