Skip to content

Commit

Permalink
Minor patches before release 1
Browse files Browse the repository at this point in the history
Bump version
Include enums
  • Loading branch information
rcmaehl committed Apr 24, 2021
1 parent 1ef644a commit 223c0e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NotCPUCores.au3
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#AutoIt3Wrapper_Res_Language=1033
#AutoIt3Wrapper_Res_requestedExecutionLevel=highestAvailable
#AutoIt3Wrapper_Run_Au3Stripper=y
#Au3Stripper_Parameters=/pe /so
#Au3Stripper_Parameters=/pe /sf
#EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****

#include <Misc.au3>
Expand Down Expand Up @@ -80,7 +80,7 @@ Func Main()
Local $aUnload[0]
Local $hLibrary = ""
Local $hProfile = "Autoload.ncc"
Local $sVersion = "1.7.2.2"
Local $sVersion = "1.7.3.0"
Local $iAllCores
Local $sPriority = "High"
Local $sBPriority = "High"
Expand Down

0 comments on commit 223c0e1

Please sign in to comment.