Skip to content

Commit 981d7a8

Browse files
committed
Update version numbers to 1.0.2.0 in app.version
1 parent bf71c4d commit 981d7a8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app.version

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ VSVersionInfo(
77
ffi=FixedFileInfo(
88
# filevers and prodvers should be always a tuple with four items: (1, 2, 3, 4)
99
# Set not needed items to zero 0. Must always contain 4 elements.
10-
filevers=(1,0,1,0),
11-
prodvers=(1,0,1,0),
10+
filevers=(1,0,2,0),
11+
prodvers=(1,0,2,0),
1212
# Contains a bitmask that specifies the valid bits 'flags'r
1313
mask=0x3f,
1414
# Contains a bitmask that specifies the Boolean attributes of the file.

0 commit comments

Comments
 (0)