From 6fa2399b48f3ab98aff32de06cbd1f34f8b93e31 Mon Sep 17 00:00:00 2001 From: Ian Farmer Date: Sun, 4 Jan 2009 01:20:35 +0000 Subject: [PATCH] Increment version to 0.85. Changes since 0.84: * PackageLib.DEFAULT_LUA_PATH is no longer declared final. * Missing support for float type arguments added to LuaJava. * Changes in IoLib - test case now passes on Linux with Lua 5.1.3. --- version.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.properties b/version.properties index d415786a..17df2660 100644 --- a/version.properties +++ b/version.properties @@ -1 +1 @@ -version: 0.84 +version: 0.85