diff --git a/App/AssemblyInfo.cs b/App/AssemblyInfo.cs index 8d60553c..64349a3f 100644 --- a/App/AssemblyInfo.cs +++ b/App/AssemblyInfo.cs @@ -30,4 +30,4 @@ // Build Number // Revision // -[assembly: AssemblyVersion("1.7.2.2")] \ No newline at end of file +[assembly: AssemblyVersion("1.7.2.3")] \ No newline at end of file diff --git a/Deploy/SPCode.nsi b/Deploy/SPCode.nsi index 2d560584..bff1c7d7 100644 --- a/Deploy/SPCode.nsi +++ b/Deploy/SPCode.nsi @@ -80,7 +80,7 @@ WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\spcode" "U WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\spcode" "InstallLocation" "$INSTDIR" WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\spcode" "DisplayIcon" "$INSTDIR\SPCode.exe" WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\spcode" "Publisher" "Hexah" -WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\spcode" "DisplayVersion" "1.6.x.x" +WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\spcode" "DisplayVersion" "1.7" WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\spcode" "NoModify" 1 WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\spcode" "NoRepair" 1