Skip to content

Commit

Permalink
Update Version
Browse files Browse the repository at this point in the history
  • Loading branch information
singularcitrus committed Feb 18, 2020
1 parent 868d244 commit 92d1893
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Installer Files/Munin-node-x64.iss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
;Munin Node For Windows

#define MyAppName "Munin Node"
#define MyAppVersion "1.7.3"
#define MyAppVersion "1.7.3.1"
#define MyAppExeName "munin-node.exe"

[Setup]
Expand All @@ -18,7 +18,7 @@ DefaultDirName={autopf}\{#MyAppName}
DisableProgramGroupPage=yes
; Uncomment the following line to run in non administrative install mode (install for current user only.)
;PrivilegesRequired=lowest
OutputBaseFilename=Munin-Node-1.7.3-x64
OutputBaseFilename=Munin-Node-1.7.3.1-x64
OutputDir=InstallerBuild\
Compression=lzma
SolidCompression=yes
Expand Down
4 changes: 2 additions & 2 deletions Installer Files/Munin-node-x86.iss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
;Munin Node For Windows

#define MyAppName "Munin Node"
#define MyAppVersion "1.7.3"
#define MyAppVersion "1.7.3.1"
#define MyAppExeName "munin-node.exe"

[Setup]
Expand All @@ -18,7 +18,7 @@ DefaultDirName={autopf}\{#MyAppName}
DisableProgramGroupPage=yes
; Uncomment the following line to run in non administrative install mode (install for current user only.)
;PrivilegesRequired=lowest
OutputBaseFilename=Munin-Node-1.7.3-x86
OutputBaseFilename=Munin-Node-1.7.3.1-x86
OutputDir=InstallerBuild\
Compression=lzma
SolidCompression=yes
Expand Down

0 comments on commit 92d1893

Please sign in to comment.