Skip to content

Commit 46e00ec

Browse files
authored
Update icu.wixproj
Actually pass in the product version number rather than hardcode it to 0.0.0.0
1 parent dd131ef commit 46e00ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platforms/Windows/icu.wixproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<ProjectGuid>07dd2e66-b7f5-40a7-bed1-b3dd2a187c00</ProjectGuid>
1111
<SchemaVersion>2.0</SchemaVersion>
1212
<ProductVersion Condition=" '$(ProductVersion)' == '' ">0.0.0</ProductVersion>
13-
<ProductVersion>0.0.0</ProductVersion>
13+
<ProductVersion>$(ProductVersion)</ProductVersion>
1414
</PropertyGroup>
1515

1616
<PropertyGroup>

0 commit comments

Comments
 (0)