Skip to content

Commit

Permalink
Bump Version
Browse files Browse the repository at this point in the history
  • Loading branch information
singularcitrus committed Apr 17, 2020
1 parent 95df3d0 commit a5fcb7c
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.1"
#define MyAppVersion "1.7.3.2"
#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.1-x64
OutputBaseFilename=Munin-Node-1.7.3.2-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.1"
#define MyAppVersion "1.7.3.2"
#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.1-x86
OutputBaseFilename=Munin-Node-1.7.3.2-x86
OutputDir=InstallerBuild\
Compression=lzma
SolidCompression=yes
Expand Down

0 comments on commit a5fcb7c

Please sign in to comment.