summaryrefslogtreecommitdiffstats
path: root/build/pyinstaller/version.rc
diff options
context:
space:
mode:
Diffstat (limited to 'build/pyinstaller/version.rc')
-rw-r--r--build/pyinstaller/version.rc8
1 files changed, 4 insertions, 4 deletions
diff --git a/build/pyinstaller/version.rc b/build/pyinstaller/version.rc
index 76cb484c2c8..d635001a725 100644
--- a/build/pyinstaller/version.rc
+++ b/build/pyinstaller/version.rc
@@ -6,8 +6,8 @@ VSVersionInfo(
ffi=FixedFileInfo(
# filevers and prodvers should be always a tuple with four items: (1, 2, 3, 4)
# Set not needed items to zero 0.
- filevers=(3, 0, 0, 0),
- prodvers=(3, 0, 0, 0),
+ filevers=(3, 2, 2, 0),
+ prodvers=(3, 2, 2, 0),
# Contains a bitmask that specifies the valid bits 'flags'r
mask=0x0,
# Contains a bitmask that specifies the Boolean attributes of the file.
@@ -32,10 +32,10 @@ VSVersionInfo(
[StringStruct('Comments', 'The OpenBB Terminal. For additional details, visit OpenBB.co'),
StringStruct('CompanyName', 'OpenBB'),
StringStruct('FileDescription', 'OpenBB Terminal Program'),
- StringStruct('FileVersion', '3.2.1.0'),
+ StringStruct('FileVersion', '3.2.2.0'),
StringStruct('InternalName', 'OpenBB Terminal'),
StringStruct('ProductName', 'OpenBB Terminal'),
- StringStruct('ProductVersion', '3.2.1.0')])
+ StringStruct('ProductVersion', '3.2.2.0')])
]),
VarFileInfo([VarStruct('Translation', [1033, 1200])])
]