Skip to content

Commit

Permalink
Version Update
Browse files Browse the repository at this point in the history
  • Loading branch information
GER-Space committed Dec 8, 2016
1 parent 1786414 commit 8b96acd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Binary file modified GameData/KerbalKonstructs/KerbalKonstructs.dll
Binary file not shown.
6 changes: 3 additions & 3 deletions GameData/KerbalKonstructs/KerbalKonstructs.version
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
"MAJOR":0,
"MINOR":9,
"PATCH":8,
"BUILD":5
"BUILD":8
},
"KSP_VERSION":
{
"MAJOR":1,
"MINOR":2,
"PATCH":1
"PATCH":2
},
"KSP_VERSION_MIN":
{
Expand All @@ -25,6 +25,6 @@
{
"MAJOR":1,
"MINOR":2,
"PATCH":1
"PATCH":2
}
}
4 changes: 2 additions & 2 deletions src/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.0.0.0")]
[assembly: AssemblyFileVersion("0.9.8.7")]
[assembly: AssemblyInformationalVersion("0.9.8.7")]
[assembly: AssemblyFileVersion("0.9.8.8")]
[assembly: AssemblyInformationalVersion("0.9.8.8")]
[assembly: KSPAssembly("KerbalKonstructs", 0, 9)]

0 comments on commit 8b96acd

Please sign in to comment.