Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
DMagic1 committed Nov 4, 2016
1 parent b147380 commit 28e495c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions SCANassets/SCANsat.version
Expand Up @@ -11,21 +11,21 @@
"MAJOR":1,
"MINOR":1,
"PATCH":6,
"BUILD":10
"BUILD":11
},
"KSP_VERSION":{
"MAJOR":1,
"MINOR":2,
"PATCH":0
"PATCH":1
},
"KSP_VERSION_MIN":{
"MAJOR":1,
"MINOR":2,
"PATCH":0
"PATCH":1
},
"KSP_VERSION_MAX":{
"MAJOR":1,
"MINOR":2,
"PATCH":0
"PATCH":1
}
}
6 changes: 3 additions & 3 deletions SCANmechjeb/Properties/AssemblyInfo.cs
Expand Up @@ -32,9 +32,9 @@
// 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("1.6.0.10")]
[assembly: AssemblyFileVersion("1.6.0.10")]
[assembly: AssemblyInformationalVersion ("v16.10")]
[assembly: AssemblyVersion("1.6.0.11")]
[assembly: AssemblyFileVersion("1.6.0.11")]
[assembly: AssemblyInformationalVersion ("v16.11")]

[assembly: KSPAssembly ("SCANmechjeb", 0, 4)]
[assembly: KSPAssemblyDependency ("SCANsat", 1, 6)]
Expand Down
6 changes: 3 additions & 3 deletions SCANsat/Properties/AssemblyInfo.cs
Expand Up @@ -14,9 +14,9 @@
// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}".
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
[assembly: AssemblyVersion ("1.6.0.10")]
[assembly: AssemblyFileVersion ("1.6.0.10")]
[assembly: AssemblyInformationalVersion ("v16.10")]
[assembly: AssemblyVersion ("1.6.0.11")]
[assembly: AssemblyFileVersion ("1.6.0.11")]
[assembly: AssemblyInformationalVersion ("v16.11")]

[assembly: KSPAssembly ("SCANsat", 1, 6)]

Expand Down

0 comments on commit 28e495c

Please sign in to comment.