Skip to content

Commit f92d788

Browse files
committed
2.7.3
1 parent 82c9197 commit f92d788

File tree

4 files changed

+10
-7
lines changed

4 files changed

+10
-7
lines changed

CHANGES.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
Waypoint Manager 2.7.3
2+
- Recompile for KSP 1.5.0.
3+
14
Waypoint Manager 2.7.2
25
- Re-release properly for CKAN.
36

0 Bytes
Binary file not shown.

GameData/WaypointManager/WaypointManager.version

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"NAME":"Waypoint Manager",
33
"URL":"https://raw.githubusercontent.com/jrossignol/WaypointManager/master/GameData/WaypointManager/WaypointManager.version",
44
"DOWNLOAD":"https://github.com/jrossignol/WaypointManager/releases",
5-
"CHANGE_LOG_URL":"https://raw.githubusercontent.com/jrossignol/WaypointManager/2.7.2/CHANGES.txt",
5+
"CHANGE_LOG_URL":"https://raw.githubusercontent.com/jrossignol/WaypointManager/2.7.3/CHANGES.txt",
66
"GITHUB":{
77
"USERNAME":"jrossignol",
88
"REPOSITORY":"WaypointManager",
@@ -11,22 +11,22 @@
1111
"VERSION":{
1212
"MAJOR":2,
1313
"MINOR":7,
14-
"PATCH":2,
14+
"PATCH":3,
1515
"BUILD":0
1616
},
1717
"KSP_VERSION":{
1818
"MAJOR":1,
19-
"MINOR":4,
19+
"MINOR":5,
2020
"PATCH":0
2121
},
2222
"KSP_VERSION_MIN":{
2323
"MAJOR":1,
24-
"MINOR":4,
24+
"MINOR":5,
2525
"PATCH":0
2626
},
2727
"KSP_VERSION_MAX":{
2828
"MAJOR":1,
29-
"MINOR":4,
29+
"MINOR":5,
3030
"PATCH":99
3131
}
3232
}

source/WaypointManager/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
3535
[assembly: AssemblyVersion("1.0")]
36-
[assembly: AssemblyFileVersion("2.7.2")]
37-
[assembly: AssemblyInformationalVersion("2.7.2")]
36+
[assembly: AssemblyFileVersion("2.7.3")]
37+
[assembly: AssemblyInformationalVersion("2.7.3")]
3838
[assembly: KSPAssembly("WaypointManager", 1, 0)]

0 commit comments

Comments
 (0)