OSDN Git Service

バージョン記述を追加。
authoryuki <kimaira7@gmail.com>
Fri, 31 May 2013 08:12:43 +0000 (17:12 +0900)
committeryuki <kimaira7@gmail.com>
Fri, 31 May 2013 08:12:43 +0000 (17:12 +0900)
neighbornote.bat
src/cx/fbn/nevernote/Global.java

index 6893c6e..b6be03e 100755 (executable)
@@ -2,7 +2,7 @@
 rem #####################\r
 rem # Install variables #\r
 rem #####################\r
-set NEIGHBORNOTE=%~dp0\r
+set NEIGHBORNOTE=%~dp1\r
 \r
 rem ########################################\r
 rem # Memory settings.  These can be tuned #\r
index 6573a47..de2bb02 100644 (file)
@@ -67,8 +67,8 @@ import cx.fbn.nevernote.utilities.Pair;
 public class Global {
        // Set current version and the known versions.
        // ICHANGED 自分用に変更
-       public static String version = "0.1.2";
-       public static String[] validVersions = {"0.1.2", "0.1.1", "0.1"};
+       public static String version = "0.1.3";
+       public static String[] validVersions = {"0.1.3", "0.1.2", "0.1.1", "0.1"};
        
     public static String username = ""; 
     //public static String password = "";