Skip to content

Commit 510b994

Browse files
author
hashashin
committed
minor version bump, 1.0 recompile
1 parent 5aa34a2 commit 510b994

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
APP := Targetron
2-
VERSION := 1.4.2
2+
VERSION := 1.4.2.1
33

44
KSPDIR := /mnt/games/Steam/SteamApps/common/Kerbal\ Space\ Program
55
MANAGED := ${KSPDIR}/KSP_Data/Managed

src/Targetron.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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);

0 commit comments

Comments
 (0)