From 683f7e4faaa251c5ab24de6096378d0533e8e26d Mon Sep 17 00:00:00 2001 From: tka lu Date: Thu, 29 Dec 2011 15:28:10 +0800 Subject: [PATCH] version dump 1.11 s Please enter the commit message for your changes. Lines starting --- src/app.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.rb b/src/app.rb index efd25fe7..2bcf2ff6 100644 --- a/src/app.rb +++ b/src/app.rb @@ -4,7 +4,7 @@ module App extend self include CompileVersion - VERSION = "1.10" + VERSION = "1.11" OS = org.jruby.platform.Platform::OS OS_VERSION = java.lang.System.getProperty("os.version")