Skip to content

Commit

Permalink
tag version 1.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
LGhassen committed Jan 31, 2021
1 parent dda19fa commit 29aabf2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"VERSION": {
"MAJOR": 1,
"MINOR": 11,
"PATCH": 1,
"PATCH": 2,
"BUILD": 1
},
"KSP_VERSION": {
"MAJOR": 1,
"MINOR": 10,
"MINOR": 11,
"PATCH": 1
},
"KSP_VERSION_MIN": {
Expand All @@ -25,7 +25,7 @@
},
"KSP_VERSION_MAX": {
"MAJOR": 1,
"MINOR": 10,
"MINOR": 11,
"PATCH": 99
}
}
2 changes: 1 addition & 1 deletion _BuildManager/Properties/AssemblyVersionInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
// 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.11.1.1")] // KSP version with EVE release number appended; see also CKAN version file.
[assembly: AssemblyVersion("1.11.2.1")] // KSP version with EVE release number appended; see also CKAN version file.

0 comments on commit 29aabf2

Please sign in to comment.