Skip to content

Commit d1dac86

Browse files
committed
Fix the problem of version displayed in about section
1 parent 1068f69 commit d1dac86

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

project_info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<project>
33
<name>BulkFolder</name>
4-
<version>1.7.10</version>
4+
<version>1.7.11</version>
55
<description>The safest and fastest bulk organizer and renamer.</description>
66
<author>Achraf KHABAR / Open Source Community</author>
77
<repository>https://github.com/Ashraf-Khabar/bulkfolder</repository>

version_info.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
# http://msdn.microsoft.com/en-us/library/ms646997.aspx
55
VSVersionInfo(
66
ffi=FixedFileInfo(
7-
filevers=(1, 7, 9, 0),
8-
prodvers=(1, 7, 9, 0),
7+
filevers=(1, 7, 11, 0),
8+
prodvers=(1, 7, 11, 0),
99
mask=0x3f,
1010
flags=0x0,
1111
OS=0x40004,
@@ -20,12 +20,12 @@ VSVersionInfo(
2020
u'040904B0',
2121
[StringStruct(u'CompanyName', u'Zyloscore'),
2222
StringStruct(u'FileDescription', u'BulkFolder - Professional File Organizer'),
23-
StringStruct(u'FileVersion', u'1.7.9'),
23+
StringStruct(u'FileVersion', u'1.7.11'),
2424
StringStruct(u'InternalName', u'bulkfolder'),
2525
StringStruct(u'LegalCopyright', u'Copyright (c) 2024 Zyloscore'),
2626
StringStruct(u'OriginalFilename', u'BulkFolder.exe'),
2727
StringStruct(u'ProductName', u'BulkFolder'),
28-
StringStruct(u'ProductVersion', u'1.7.9')])
28+
StringStruct(u'ProductVersion', u'1.7.11')])
2929
]),
3030
VarFileInfo([VarStruct(u'Translation', [1033, 1200])])
3131
]

0 commit comments

Comments
 (0)