From 02826a1562f9269372523e9f13e419ae87743780 Mon Sep 17 00:00:00 2001 From: James Roseborough Date: Sat, 20 Jun 2009 13:38:12 +0000 Subject: [PATCH] Set version to 1.0 --- README.html | 7 +++---- version.properties | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) 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