Skip to content

Commit

Permalink
Update version numbers and compiled plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
mwerle committed Apr 13, 2019
1 parent ed11635 commit f9fd8d3
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 20 deletions.
8 changes: 4 additions & 4 deletions GameData/NehemiahInc/NE-KEES.version
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
{
"MAJOR":0,
"MINOR":8,
"PATCH":0,
"BUILD":25
"PATCH":1,
"BUILD":26
},
"KSP_VERSION":
{
"MAJOR":1,
"MINOR":5,
"MINOR":7,
"PATCH":0
},
"KSP_VERSION_MIN":
Expand All @@ -29,7 +29,7 @@
"KSP_VERSION_MAX":
{
"MAJOR":1,
"MINOR":5,
"MINOR":7,
"PATCH":99
}
}
6 changes: 3 additions & 3 deletions GameData/NehemiahInc/NE-KRP.version
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
{
"MAJOR":0,
"MINOR":8,
"PATCH":0,
"PATCH":1,
"BUILD":25
},
"KSP_VERSION":
{
"MAJOR":1,
"MINOR":5,
"MINOR":7,
"PATCH":0
},
"KSP_VERSION_MIN":
Expand All @@ -29,7 +29,7 @@
"KSP_VERSION_MAX":
{
"MAJOR":1,
"MINOR":5,
"MINOR":7,
"PATCH":99
}
}
8 changes: 4 additions & 4 deletions GameData/NehemiahInc/NE-OSS.version
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
{
"MAJOR":0,
"MINOR":8,
"PATCH":0,
"BUILD":25
"PATCH":1,
"BUILD":26
},
"KSP_VERSION":
{
"MAJOR":1,
"MINOR":5,
"MINOR":7,
"PATCH":0
},
"KSP_VERSION_MIN":
Expand All @@ -29,7 +29,7 @@
"KSP_VERSION_MAX":
{
"MAJOR":1,
"MINOR":5,
"MINOR":7,
"PATCH":99
}
}
8 changes: 4 additions & 4 deletions GameData/NehemiahInc/NEOS.version
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
{
"MAJOR":0,
"MINOR":8,
"PATCH":0,
"BUILD":25
"PATCH":1,
"BUILD":26
},
"KSP_VERSION":
{
"MAJOR":1,
"MINOR":5,
"MINOR":7,
"PATCH":0
},
"KSP_VERSION_MIN":
Expand All @@ -29,7 +29,7 @@
"KSP_VERSION_MAX":
{
"MAJOR":1,
"MINOR":5,
"MINOR":7,
"PATCH":99
}
}
Binary file modified GameData/NehemiahInc/NE_Science_Common/Plugins/NE_Science.dll
Binary file not shown.
Binary file not shown.
10 changes: 5 additions & 5 deletions Plugin/NE_Science/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
// Build Number
// Revision
//
[assembly: AssemblyVersion("0.8.2.33")]
[assembly: AssemblyVersion("0.8.3.34")]
#if DEBUG
[assembly: AssemblyInformationalVersion("0.8.2 Debug for KSP 1.4+")]
[assembly: AssemblyInformationalVersion("0.8.3 Debug for KSP 1.7+")]
#else
[assembly: AssemblyInformationalVersion("0.8.2 for KSP 1.4+")]
[assembly: AssemblyInformationalVersion("0.8.3 for KSP 1.7+")]
#endif
[assembly: AssemblyFileVersion("0.8.2.33")]
[assembly: KSPAssembly("NE_Science", 0, 82)]
[assembly: AssemblyFileVersion("0.8.3.34")]
[assembly: KSPAssembly("NE_Science", 0, 83)]

0 comments on commit f9fd8d3

Please sign in to comment.