Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
dkavolis committed Mar 12, 2019
1 parent 16f418a commit ddc6b32
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions FerramAerospaceResearch/FARUtils/FARVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ public class FARVersion
public const byte Major = 0;
public const byte Minor = 15;
public const byte Build = 9;
public const byte Revision = 6;
public const string Name = "Lin";
public const byte Revision = 7;
public const string Name = "Lumley";

public readonly static string String = $"v{Major}.{Minor}.{Build}.{Revision}";
public readonly static string VersionString = $"{String} '{Name}'";
Expand Down
4 changes: 2 additions & 2 deletions FerramAerospaceResearch/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("0.15.9.6")]
[assembly: AssemblyFileVersion("0.15.9.6")]
[assembly: AssemblyVersion("0.15.9.7")]
[assembly: AssemblyFileVersion("0.15.9.7")]
[assembly: KSPAssemblyDependency("ModularFlightIntegrator", 1, 0)]
2 changes: 1 addition & 1 deletion GameData/FerramAerospaceResearch/FAR.version
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"MAJOR" : 0,
"MINOR" : 15,
"PATCH" : 9,
"BUILD" : 6
"BUILD" : 7
},
"KSP_VERSION_MIN" : {
"MAJOR" : 1,
Expand Down

0 comments on commit ddc6b32

Please sign in to comment.