Skip to content

Commit

Permalink
Release 1.0RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
ihsoft committed Jul 25, 2018
1 parent 8299b3f commit 452ab3e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
# 1.0 (pre-release)
# 1.0 (July 24th, 2018):
* [Change] A completely new KAS implementation comes LIVE!
4 changes: 2 additions & 2 deletions KAS.version
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"NAME": "KAS",
"URL": "https://raw.githubusercontent.com/ihsoft/KAS/KAS-v1.0/KAS-1.0.version",
"VERSION": {
"BUILD": 35927,
"BUILD": 40801,
"MAJOR": 1,
"MINOR": 0,
"PATCH": 6764
"PATCH": 6779
}
}
2 changes: 1 addition & 1 deletion Source/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
// 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: AssemblyInformationalVersion ("1.0 Beta 11 for KSP 1.4")]
[assembly: AssemblyInformationalVersion ("1.0 RC1 for KSP 1.4+")]
[assembly: KSPAssembly ("KAS", 1, 0)]
[assembly: AssemblyFlags (AssemblyNameFlags.PublicKey)]

0 comments on commit 452ab3e

Please sign in to comment.