From: yuki Date: Tue, 25 Nov 2014 10:18:09 +0000 (+0900) Subject: バージョン記述を更新 X-Git-Tag: version0.5.3^2 X-Git-Url: http://git.sourceforge.jp/view?p=neighbornote%2FNeighborNote.git;a=commitdiff_plain;h=refs%2Fheads%2Fdevelop バージョン記述を更新 --- diff --git a/installbuilder/installbuilder_linux.xml b/installbuilder/installbuilder_linux.xml index a96aa01..87acbdc 100755 --- a/installbuilder/installbuilder_linux.xml +++ b/installbuilder/installbuilder_linux.xml @@ -1,7 +1,7 @@ neighbornote NeighborNote - 0.5.2 + 0.5.3 /home/yuki/デスクトップ/NeighborNote/README.md /home/yuki/デスクトップ/NeighborNote/LICENSE /home/yuki/デスクトップ/NeighborNote/installbuilder/installerLogo.png diff --git a/installbuilder/installbuilder_mac.xml b/installbuilder/installbuilder_mac.xml index 96c3e9e..7fe6545 100755 --- a/installbuilder/installbuilder_mac.xml +++ b/installbuilder/installbuilder_mac.xml @@ -1,7 +1,7 @@ neighbornote NeighborNote - 0.5.2 + 0.5.3 /Users/takahashi/Desktop/NeighborNote/README.md /Users/takahashi/Desktop/NeighborNote/LICENSE /Users/takahashi/Desktop/NeighborNote/installbuilder/installerLogo.png diff --git a/installbuilder/neighbornote_win.xml b/installbuilder/neighbornote_win.xml index d578cce..4cfef89 100755 --- a/installbuilder/neighbornote_win.xml +++ b/installbuilder/neighbornote_win.xml @@ -1,7 +1,7 @@ neighbornote NeighborNote - 0.5.2 + 0.5.3 C:/pleiades/workspace/NeighborNote/README.md C:/pleiades/workspace/NeighborNote/LICENSE C:/pleiades/workspace/NeighborNote/installbuilder/installerLogo.png diff --git a/src/cx/fbn/nevernote/Global.java b/src/cx/fbn/nevernote/Global.java index 7f45525..54f0075 100644 --- a/src/cx/fbn/nevernote/Global.java +++ b/src/cx/fbn/nevernote/Global.java @@ -69,8 +69,8 @@ import cx.fbn.nevernote.utilities.Pair; public class Global { // Set current version and the known versions. - public static String version = "0.5.2"; - public static String[] validVersions = {"0.5.2", "0.5.1", "0.5", "0.4.1", "0.4", "0.3", "0.2", "0.1.3", "0.1.2", "0.1.1", "0.1"}; + public static String version = "0.5.3"; + public static String[] validVersions = {"0.5.3", "0.5.2", "0.5.1", "0.5", "0.4.1", "0.4", "0.3", "0.2", "0.1.3", "0.1.2", "0.1.1", "0.1"}; public static String username = ""; //public static String password = "";