Skip to content

Commit

Permalink
minor version bump, 1.0 recompile
Browse files Browse the repository at this point in the history
  • Loading branch information
hashashin committed Apr 28, 2015
1 parent 5aa34a2 commit 510b994
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
APP := Targetron
VERSION := 1.4.2
VERSION := 1.4.2.1

KSPDIR := /mnt/games/Steam/SteamApps/common/Kerbal\ Space\ Program
MANAGED := ${KSPDIR}/KSP_Data/Managed
Expand Down
2 changes: 1 addition & 1 deletion src/Targetron.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public class Targetron : MonoBehaviour
{
public static GameObject GameObjectInstance;
private static PluginConfiguration config;
private const String VERSION = "1.4.2";
private const String VERSION = "1.4.2.1";
private readonly int WINDOWID_GUI = GUIUtility.GetControlID(7225, FocusType.Passive);
private readonly int WINDOWID_TOOLTIP = GUIUtility.GetControlID(7226, FocusType.Passive);
private readonly int WINDOWID_CONTEXT = GUIUtility.GetControlID(7227, FocusType.Passive);
Expand Down

0 comments on commit 510b994

Please sign in to comment.