OSDN Git Service

バージョン表記更新
authoryukihane <yukihane.feather@gmail.com>
Sat, 6 Aug 2011 11:11:04 +0000 (20:11 +0900)
committeryukihane <yukihane.feather@gmail.com>
Sat, 6 Aug 2011 11:11:04 +0000 (20:11 +0900)
src/nicobrowser/main/Main.java [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index e471c8c..774dbc1
@@ -37,7 +37,7 @@ import org.apache.commons.logging.LogFactory;
 
 public class Main {
 
-    public static final String VERSION = "version 0.9.0";
+    public static final String VERSION = "version 0.9.1";
     private static Log log = LogFactory.getLog(Main.class);
 
     public static void main(String[] args) throws Exception {