Skip to content

Commit

Permalink
update major version
Browse files Browse the repository at this point in the history
  • Loading branch information
trulyspinach committed Apr 8, 2024
1 parent eb4d588 commit 584e64f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AMD Power Gadget/ProcessorModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class ProcessorModel {
AMDRyzenCPUPowerManagementVersion = String(cString: Array(outputStr[0...outputStrCount-1]))

let compatVers = ["0.6.3", "0.6.4", "0.6.5", "0.6.6", "0.7", "0.7.1", "0.7.2"]
let latestMajorVers = ["0.7.1"]
let latestMajorVers = ["0.7.2"]

if !compatVers.contains(AMDRyzenCPUPowerManagementVersion){
alertAndQuit(message: "Your AMDRyzenCPUPowerManagement version is outdated and no longer API compatible. Please use the latest version and start this application again.")
Expand Down

0 comments on commit 584e64f

Please sign in to comment.