Skip to content

Commit

Permalink
#43, Bump Version
Browse files Browse the repository at this point in the history
Added #43
Bump version for fixes
  • Loading branch information
rcmaehl committed Jun 26, 2021
1 parent c70a41e commit 792ea67
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions WhyNotWin11.au3
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
#RequireAdmin
#Region ;**** Directives created by AutoIt3Wrapper_GUI ****
#AutoIt3Wrapper_Icon=.\assets\windows11-logo.ico
#AutoIt3Wrapper_Outfile=WhyNotWin11_x86.exe
#AutoIt3Wrapper_Outfile_x64=WhyNotWin11.exe
#AutoIt3Wrapper_Compile_Both=y
#AutoIt3Wrapper_UseX64=y
#AutoIt3Wrapper_Res_Description=Detection Script to help identify the more niche settings for why your PC isn't Windows 11 ready
#AutoIt3Wrapper_Res_Fileversion=2.2.0.0
#AutoIt3Wrapper_Res_ProductVersion=2.2.0
#AutoIt3Wrapper_Res_Fileversion=2.2.1.0
#AutoIt3Wrapper_Res_ProductVersion=2.2.1
#AutoIt3Wrapper_Res_LegalCopyright=Robert Maehl, using LGPL 3 License
#AutoIt3Wrapper_Res_requestedExecutionLevel=requireAdministrator
#AutoIt3Wrapper_Run_Au3Stripper=y
#Au3Stripper_Parameters=/so
#EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****

Global $sVersion = "2.2.0.0"
Global $sVersion = "2.2.1.0"

#include <File.au3>
#include <Misc.au3>
Expand Down

0 comments on commit 792ea67

Please sign in to comment.