Skip to content

Commit 92d1893

Browse files
Update Version
1 parent 868d244 commit 92d1893

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Installer Files/Munin-node-x64.iss

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
;Munin Node For Windows
55

66
#define MyAppName "Munin Node"
7-
#define MyAppVersion "1.7.3"
7+
#define MyAppVersion "1.7.3.1"
88
#define MyAppExeName "munin-node.exe"
99

1010
[Setup]
@@ -18,7 +18,7 @@ DefaultDirName={autopf}\{#MyAppName}
1818
DisableProgramGroupPage=yes
1919
; Uncomment the following line to run in non administrative install mode (install for current user only.)
2020
;PrivilegesRequired=lowest
21-
OutputBaseFilename=Munin-Node-1.7.3-x64
21+
OutputBaseFilename=Munin-Node-1.7.3.1-x64
2222
OutputDir=InstallerBuild\
2323
Compression=lzma
2424
SolidCompression=yes

Installer Files/Munin-node-x86.iss

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
;Munin Node For Windows
55

66
#define MyAppName "Munin Node"
7-
#define MyAppVersion "1.7.3"
7+
#define MyAppVersion "1.7.3.1"
88
#define MyAppExeName "munin-node.exe"
99

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

0 commit comments

Comments
 (0)