Skip to content

Commit 0e98187

Browse files
committed
Bumped version number
1 parent 6ccceb7 commit 0e98187

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
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
@@ -2549,15 +2549,15 @@
25492549
{
25502550
"Name" = "8:Microsoft Visual Studio"
25512551
"ProductName" = "8:ThereEdge"
2552-
"ProductCode" = "8:{5B54D0FF-6E3D-4C39-8EDE-2072B44F7343}"
2553-
"PackageCode" = "8:{1AFAE990-F12B-48E5-901F-C0DD7DC8B07B}"
2552+
"ProductCode" = "8:{3FF10270-2619-4132-8137-6F6815056A61}"
2553+
"PackageCode" = "8:{30E8A377-C99E-4DC4-83D5-583621F3486B}"
25542554
"UpgradeCode" = "8:{887059E3-E645-44A2-AE95-E602E27BD74F}"
25552555
"AspNetVersion" = "8:2.0.50727.0"
25562556
"RestartWWWService" = "11:FALSE"
25572557
"RemovePreviousVersions" = "11:TRUE"
25582558
"DetectNewerInstalledVersion" = "11:TRUE"
25592559
"InstallAllUsers" = "11:TRUE"
2560-
"ProductVersion" = "8:1.0.0"
2560+
"ProductVersion" = "8:1.0.1"
25612561
"Manufacturer" = "8:Hmph!"
25622562
"ARPHELPTELEPHONE" = "8:"
25632563
"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.0.0'
3+
VERSION = '1.0.1'

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, 0, 0, 0),
6-
prodvers=(1, 0, 0, 0),
5+
filevers=(1, 0, 1, 0),
6+
prodvers=(1, 0, 1, 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.0.0.0'),
19+
StringStruct(u'FileVersion', u'1.0.1.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.0.0.0')
24+
StringStruct(u'ProductVersion', u'1.0.1.0')
2525
])
2626
]),
2727
VarFileInfo([

0 commit comments

Comments
 (0)