Skip to content

Commit dbfe17a

Browse files
committed
Updated for 1.7 release.
1 parent dbb7f71 commit dbfe17a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

mDesktop.ahk

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
; Initially created by Jason Stallings
2-
; Updated by IamTheFij
1+
; Author: Jason Stallings
2+
; Contributors: IamTheFij
33
; Source available http://github.com/octalmage/mDesktop
44

55

@@ -1628,7 +1628,7 @@ CleanUp:
16281628

16291629
about:
16301630
gui 2:add,text,,mDesktop
1631-
gui 2:add,text,,Version: 1.6 Beta 4
1631+
gui 2:add,text,,Version: 1.7.0
16321632
gui 2:add,text,,By: Jason Stallings
16331633
gui 2:add,text,cblue ggourl, github.com/octalmage/mDesktop
16341634
gui 2:add,text,,Enhancements by: Ian Fijolek

mDesktopSetup.nsi

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ RequestExecutionLevel admin
3737

3838
;Name and file
3939
Name "mDesktop"
40-
OutFile "mDesktopSetup1.6b4.exe"
40+
OutFile "mDesktopSetup1.7.0.exe"
4141

4242
;Default installation folder
4343
InstallDir "$PROGRAMFILES\mDesktop"
@@ -119,7 +119,7 @@ SetOutPath "$INSTDIR\icons"
119119
File "icons\10.ico"
120120
;Store installation folder
121121
WriteRegStr HKCU "Software\mDesktop" "" $INSTDIR
122-
WriteRegStr HKCU "Software\mDesktop" "version" "1.6"
122+
WriteRegStr HKCU "Software\mDesktop" "version" "1.7.0"
123123

124124
;Create uninstaller
125125
WriteUninstaller "$INSTDIR\Uninstall.exe"

0 commit comments

Comments
 (0)