We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f36c215 commit 9bbcc9fCopy full SHA for 9bbcc9f
1 file changed
share/setup.nsi
@@ -5,7 +5,7 @@ SetCompressor /SOLID lzma
5
6
# General Symbol Definitions
7
!define REGKEY "SOFTWARE\$(^Name)"
8
-!define VERSION 1.4.2
+!define VERSION 1.4.3
9
!define COMPANY "The Clam project"
10
!define URL http://www.clams.info/
11
@@ -51,7 +51,7 @@ CRCCheck on
51
XPStyle on
52
BrandingText " "
53
ShowInstDetails show
54
-VIProductVersion 1.4.2.2
+VIProductVersion 1.4.3.0
55
VIAddVersionKey ProductName Clam
56
VIAddVersionKey ProductVersion "${VERSION}"
57
VIAddVersionKey CompanyName "${COMPANY}"
0 commit comments