File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11APP := Targetron
2- VERSION := 1.4.2
2+ VERSION := 1.4.2.1
33
44KSPDIR := /mnt/games/Steam/SteamApps/common/Kerbal\ Space\ Program
55MANAGED := ${KSPDIR}/KSP_Data/Managed
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ public class Targetron : MonoBehaviour
1111 {
1212 public static GameObject GameObjectInstance ;
1313 private static PluginConfiguration config ;
14- private const String VERSION = "1.4.2" ;
14+ private const String VERSION = "1.4.2.1 " ;
1515 private readonly int WINDOWID_GUI = GUIUtility . GetControlID ( 7225 , FocusType . Passive ) ;
1616 private readonly int WINDOWID_TOOLTIP = GUIUtility . GetControlID ( 7226 , FocusType . Passive ) ;
1717 private readonly int WINDOWID_CONTEXT = GUIUtility . GetControlID ( 7227 , FocusType . Passive ) ;
You can’t perform that action at this time.
0 commit comments