Skip to content

Commit

Permalink
Bumped version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Molanda committed Oct 3, 2022
1 parent 8f4c839 commit 7a76492
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
Binary file modified BrowserProxy/BrowserProxy.rc
Binary file not shown.
Binary file modified FlashProxy/FlashProxy.rc
Binary file not shown.
6 changes: 3 additions & 3 deletions Installer/Installer.vdproj
Original file line number Diff line number Diff line change
Expand Up @@ -2855,15 +2855,15 @@
{
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:ThereEdge"
"ProductCode" = "8:{9C848E12-412E-487B-9A4C-29D8A64F7BBD}"
"PackageCode" = "8:{E7B6E825-26D9-40CD-8B2B-B5712293300B}"
"ProductCode" = "8:{3102A7C5-CFDE-4AD2-A79D-0C010D2BA0E0}"
"PackageCode" = "8:{48C6E144-FF1F-483F-B120-1D62C0741635}"
"UpgradeCode" = "8:{887059E3-E645-44A2-AE95-E602E27BD74F}"
"AspNetVersion" = "8:2.0.50727.0"
"RestartWWWService" = "11:FALSE"
"RemovePreviousVersions" = "11:TRUE"
"DetectNewerInstalledVersion" = "11:TRUE"
"InstallAllUsers" = "11:TRUE"
"ProductVersion" = "8:1.1.0"
"ProductVersion" = "8:1.1.1"
"Manufacturer" = "8:Hmph!"
"ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:"
Expand Down
2 changes: 1 addition & 1 deletion SetupThereEdge/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-

VERSION = '1.1.0'
VERSION = '1.1.1'
8 changes: 4 additions & 4 deletions SetupThereEdge/version.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
#
VSVersionInfo(
ffi=FixedFileInfo(
filevers=(1, 1, 0, 0),
prodvers=(1, 1, 0, 0),
filevers=(1, 1, 1, 0),
prodvers=(1, 1, 1, 0),
mask=0x3f,
flags=0x0,
OS=0x40004,
Expand All @@ -16,12 +16,12 @@ VSVersionInfo(
StringTable(u'040904b0', [
StringStruct(u'CompanyName', u'Hmph!'),
StringStruct(u'FileDescription', u'Setup helper for There Edge'),
StringStruct(u'FileVersion', u'1.1.0.0'),
StringStruct(u'FileVersion', u'1.1.1.0'),
StringStruct(u'InternalName', u'SetupThereEdge.exe'),
StringStruct(u'LegalCopyright', u'(c) Hmph!'),
StringStruct(u'OriginalFilename', u'SetupThereEdge.exe'),
StringStruct(u'ProductName', u'There Edge Setup Helper'),
StringStruct(u'ProductVersion', u'1.1.0.0')
StringStruct(u'ProductVersion', u'1.1.1.0')
])
]),
VarFileInfo([
Expand Down

0 comments on commit 7a76492

Please sign in to comment.