Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
harryjph committed Mar 5, 2019
1 parent b62db36 commit c902175
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 8 deletions.
2 changes: 1 addition & 1 deletion BurstService/clsSettings.vb
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@

_FirstRun = True
_CheckForUpdates = True
_Upgradev = 20
_Upgradev = 21
_AlwaysAdmin = False
_Repo = ""
_QBMode = 1 '0 = AIO 1 = Launcher
Expand Down
4 changes: 4 additions & 0 deletions QBundle/Changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ Make full settings of BRS? Make Settings profiles?

'Notes

v2.5.1
Switched update server to GitHub
BRS v2.3.0 compatibility

v2.5.0
Account manger seed generation now uses RFC4086 compliant method.
Moved from IE to Chromium
Expand Down
1 change: 1 addition & 0 deletions QBundle/Generic.vb
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ Friend Class Generic
End Try
Case 201 '2.0.1 - 2.0.2
Case 211 '2.1.1 - 2.1.2
Case 213 '2.3.0
End Select
OldVer += 1
If CurVer = OldVer Then Exit Do
Expand Down
4 changes: 2 additions & 2 deletions QBundle/My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("2.5.0.0")>
<Assembly: AssemblyFileVersion("2.5.0.0")>
<Assembly: AssemblyVersion("2.5.0.1")>
<Assembly: AssemblyFileVersion("2.5.0.1")>
8 changes: 4 additions & 4 deletions QBundle/Resources/UpdateInfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<AppObject>
<Name>Launcher</Name>
<DisplayName>Qbundle</DisplayName>
<UpgradeUrl>Qb2.5.0Upgrade.zip</UpgradeUrl>
<FullUrl>Qb2.5.0Upgrade.zip</FullUrl>
<RemoteVersion>2.5.0</RemoteVersion>
<UpdateInfo>V 2.5.0</UpdateInfo>
<UpgradeUrl>Qb2.5.1Upgrade.zip</UpgradeUrl>
<FullUrl>Qb2.5.1Upgrade.zip</FullUrl>
<RemoteVersion>2.5.1</RemoteVersion>
<UpdateInfo>V 2.5.1</UpdateInfo>
<VersionPath/>
<ProcessName/>
<ExePath/>
Expand Down
2 changes: 1 addition & 1 deletion QBundle/clsSettings.vb
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@

_FirstRun = True
_CheckForUpdates = False
_Upgradev = 212
_Upgradev = 213
_AlwaysAdmin = False
_Repo = QGlobal.UpdateMirrors(0)
_QBMode = 1 '0 = AIO 1 = Launcher
Expand Down

0 comments on commit c902175

Please sign in to comment.