Skip to content

Commit

Permalink
Version 5.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SDGGiesbrecht authored Aug 4, 2020
1 parent 5e17789 commit 7f3189c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -768,6 +768,9 @@ func adjustForWindows() {
#if os(Windows)
adjustForWindows()
#endif
if ProcessInfo.processInfo.environment["TARGETING_WINDOWS"] == "true" {
adjustForWindows()
}
if ProcessInfo.processInfo.environment["GENERATING_CMAKE_FOR_WINDOWS"] == "true" {
adjustForWindows()
}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ let package = Package(
.package(
name: "SDGCornerstone",
url: "https://github.com/SDGGiesbrecht/SDGCornerstone",
from: Version(5, 4, 0)
from: Version(5, 4, 1)
),
],
targets: [
Expand Down
2 changes: 1 addition & 1 deletion Workspace.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import WorkspaceConfiguration
let configuration = WorkspaceConfiguration()
configuration._applySDGDefaults()

configuration.documentation.currentVersion = Version(5, 4, 0)
configuration.documentation.currentVersion = Version(5, 4, 1)

configuration.documentation.projectWebsite = URL(
string: "https://sdggiesbrecht.github.io/SDGCornerstone"
Expand Down

0 comments on commit 7f3189c

Please sign in to comment.