Skip to content

Commit 00e58e5

Browse files
committed
Updated extras and bumped version
1 parent 8eaaaa0 commit 00e58e5

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

BrowserProxy/BrowserProxy.rc

0 Bytes
Binary file not shown.

FlashProxy/FlashProxy.rc

0 Bytes
Binary file not shown.

Installer/Installer.vdproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3163,15 +3163,15 @@
31633163
{
31643164
"Name" = "8:Microsoft Visual Studio"
31653165
"ProductName" = "8:ThereEdge"
3166-
"ProductCode" = "8:{D2DC67B8-A15D-4CEB-ADA1-9CC4727BD00A}"
3167-
"PackageCode" = "8:{57A2C2FF-49EA-4BC6-BB89-D9C1BDC803C4}"
3166+
"ProductCode" = "8:{2D5A2EEB-EB77-41A2-A1D9-EBBD08EB2112}"
3167+
"PackageCode" = "8:{56A4BDF5-30E9-4CA1-AAAA-C9344A973060}"
31683168
"UpgradeCode" = "8:{887059E3-E645-44A2-AE95-E602E27BD74F}"
31693169
"AspNetVersion" = "8:2.0.50727.0"
31703170
"RestartWWWService" = "11:FALSE"
31713171
"RemovePreviousVersions" = "11:TRUE"
31723172
"DetectNewerInstalledVersion" = "11:TRUE"
31733173
"InstallAllUsers" = "11:TRUE"
3174-
"ProductVersion" = "8:1.1.3"
3174+
"ProductVersion" = "8:1.1.4"
31753175
"Manufacturer" = "8:Hmph!"
31763176
"ARPHELPTELEPHONE" = "8:"
31773177
"ARPHELPLINK" = "8:"

SetupThereEdge/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# -*- coding: utf-8 -*-
22

3-
VERSION = '1.1.3'
3+
VERSION = '1.1.4'

SetupThereEdge/version.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
#
33
VSVersionInfo(
44
ffi=FixedFileInfo(
5-
filevers=(1, 1, 3, 0),
6-
prodvers=(1, 1, 3, 0),
5+
filevers=(1, 1, 4, 0),
6+
prodvers=(1, 1, 4, 0),
77
mask=0x3f,
88
flags=0x0,
99
OS=0x40004,
@@ -16,12 +16,12 @@ VSVersionInfo(
1616
StringTable(u'040904b0', [
1717
StringStruct(u'CompanyName', u'Hmph!'),
1818
StringStruct(u'FileDescription', u'Setup helper for There Edge'),
19-
StringStruct(u'FileVersion', u'1.1.3.0'),
19+
StringStruct(u'FileVersion', u'1.1.4.0'),
2020
StringStruct(u'InternalName', u'SetupThereEdge.exe'),
2121
StringStruct(u'LegalCopyright', u'(c) Hmph!'),
2222
StringStruct(u'OriginalFilename', u'SetupThereEdge.exe'),
2323
StringStruct(u'ProductName', u'There Edge Setup Helper'),
24-
StringStruct(u'ProductVersion', u'1.1.3.0')
24+
StringStruct(u'ProductVersion', u'1.1.4.0')
2525
])
2626
]),
2727
VarFileInfo([

0 commit comments

Comments
 (0)