Skip to content

Commit

Permalink
Fixed version file and rebuilt against KSP 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerry1135 committed Dec 13, 2016
1 parent 768468f commit 2174930
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Binary file modified Output/PartAngleDisplay/PartAngleDisplay.dll
Binary file not shown.
4 changes: 2 additions & 2 deletions Output/PartAngleDisplay/PartAngleDisplay.version
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
"MAJOR":0,
"MINOR":3,
"PATCH":2,
"BUILD":3
"BUILD":4
},
"KSP_VERSION_MIN":{
"MAJOR":1,
"MINOR":2,
"PATCH":0
}
"KSP_VERSION_MIN":{
"KSP_VERSION_MAX":{
"MAJOR":1,
"MINOR":2,
"PATCH":2
Expand Down
2 changes: 1 addition & 1 deletion PartAngleDisplay/EditorWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public class EditorWindow : MonoBehaviour
static String[] angleCycleStr = { "0.01", "0.10", "1.00", "5.00", "10.00", "15.00", "30.00", "45.00", "60.00", "72.00", "90.00", "120.00" };
static Texture2D texAppLaunch;

const String windowTitle = "Part Angle Display (0.3.2.3)";
const String windowTitle = "Part Angle Display (0.3.2.4)";
const String configFilename = "settings.cfg";
const String pathToolbarDisabled = "PartAngleDisplay/toolbaroff";
const String pathToolbarEnabled = "PartAngleDisplay/toolbaron";
Expand Down
4 changes: 2 additions & 2 deletions PartAngleDisplay/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.3.2.3")]
[assembly: AssemblyFileVersion("0.3.2.3")]
[assembly: AssemblyVersion("0.3.2.4")]
[assembly: AssemblyFileVersion("0.3.2.4")]

0 comments on commit 2174930

Please sign in to comment.