Skip to content

Commit 7d1ce6d

Browse files
committed
v1.6-pre
1 parent de6f7d5 commit 7d1ce6d

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

512 Bytes
Binary file not shown.

GameData/KerbalHealth/KerbalHealth.version

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
{
77
"MAJOR": 1,
88
"MINOR": 5,
9-
"PATCH": 6
9+
"PATCH": 6,
10+
"BUILD": 100
1011
},
1112
"KSP_VERSION":
1213
{

Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@
3333
// You can specify all the values or you can default the Build and Revision Numbers
3434
// by using the '*' as shown below:
3535
// [assembly: AssemblyVersion("1.0.*")]
36-
[assembly: AssemblyVersion("1.5.6")]
37-
[assembly: AssemblyFileVersion("1.5.6")]
36+
[assembly: AssemblyVersion("1.5.6.100")]
37+
[assembly: AssemblyFileVersion("1.5.6.100")]
3838
[assembly: NeutralResourcesLanguage("en")]

0 commit comments

Comments
 (0)