Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
DMagic1 committed Feb 21, 2017
1 parent ffe484a commit 906fcfd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 16 deletions.
2 changes: 1 addition & 1 deletion SCANassets/SCANsat.version
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"MAJOR":1,
"MINOR":1,
"PATCH":7,
"BUILD":1
"BUILD":2
},
"KSP_VERSION":{
"MAJOR":1,
Expand Down
14 changes: 2 additions & 12 deletions SCANsat.Unity/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,5 @@
// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("0c523d04-a52e-48bb-85b6-d75e8b7a63b9")]

// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// 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.7.1.0")]
[assembly: AssemblyFileVersion("1.7.1.0")]
[assembly: AssemblyVersion("1.7.2.0")]
[assembly: AssemblyFileVersion("1.7.2.0")]
6 changes: 3 additions & 3 deletions SCANsat/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
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.7.1.0")]
[assembly: AssemblyFileVersion ("1.7.1.0")]
[assembly: AssemblyInformationalVersion ("v17.1")]
[assembly: AssemblyVersion ("1.7.2.0")]
[assembly: AssemblyFileVersion ("1.7.2.0")]
[assembly: AssemblyInformationalVersion ("v17.2")]

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

Expand Down

0 comments on commit 906fcfd

Please sign in to comment.