Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
DMagic1 committed Oct 24, 2016
1 parent ef0b20c commit ae9d1ab
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion SCANassets/SCANsat.version
Expand Up @@ -11,7 +11,7 @@
"MAJOR":1,
"MINOR":1,
"PATCH":6,
"BUILD":9
"BUILD":10
},
"KSP_VERSION":{
"MAJOR":1,
Expand Down
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.9")]
[assembly: AssemblyFileVersion("1.6.0.9")]
[assembly: AssemblyInformationalVersion ("v16.9")]
[assembly: AssemblyVersion("1.6.0.10")]
[assembly: AssemblyFileVersion("1.6.0.10")]
[assembly: AssemblyInformationalVersion ("v16.10")]

[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.9")]
[assembly: AssemblyFileVersion ("1.6.0.9")]
[assembly: AssemblyInformationalVersion ("v16.9")]
[assembly: AssemblyVersion ("1.6.0.10")]
[assembly: AssemblyFileVersion ("1.6.0.10")]
[assembly: AssemblyInformationalVersion ("v16.10")]

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

Expand Down

0 comments on commit ae9d1ab

Please sign in to comment.