Skip to content

Commit

Permalink
HLAE 2.109.0 (2020-10-08T17:53Z)
Browse files Browse the repository at this point in the history
  • Loading branch information
dtugend committed Oct 8, 2020
1 parent 8d5da21 commit a27f0f3
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 8 deletions.
4 changes: 2 additions & 2 deletions hlae/CMakeLists.txt
Expand Up @@ -3,8 +3,8 @@ cmake_minimum_required (VERSION 3.8)
project ("hlae")

set(hlae_VERSION_MAJOR 2)
set(hlae_VERSION_MINOR 108)
set(hlae_VERSION_PATCH 4)
set(hlae_VERSION_MINOR 109)
set(hlae_VERSION_PATCH 0)
set(hlae_VERSION_REVISON 0)

add_custom_target(hlae
Expand Down
6 changes: 3 additions & 3 deletions hlae/UpdateCheck.cs
Expand Up @@ -51,11 +51,11 @@ public UpdateCheck()

m_Guids = new Guid[]{
// current GUID:
new Guid("0d9ec537-4132-40e6-87fc-31d43e29ec40"),
new Guid("7acab376-4874-4ed9-8d96-9edae94c54fe"),
// current roll-back GUID:
new Guid("6133de9b-8217-4558-9314-b8243311e01e"),
new Guid("505c62d0-b0b4-44e0-9955-507e5299bbbf"),
// old GUID(s) to accept:
new Guid("e54d50ec-ccd5-484b-96b3-2b804e770d25")
new Guid("0d9ec537-4132-40e6-87fc-31d43e29ec40")
};

m_Targets = new LinkedList<UpdateCheckNotificationTarget>();
Expand Down
4 changes: 2 additions & 2 deletions installer/HlaeCore/Product.wxs
Expand Up @@ -2,8 +2,8 @@
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<!-- Update this on release: Id, Version -->
<Product
Id='{482578A2-C9EB-4A91-A5E2-934226A88FC8}'
Version='2.108.4'
Id='{F6A5E5E3-D487-4048-B0DB-F285E707B712}'
Version='2.109.0'
Name="!(loc.ApplicationName)"
Language="1033"
Manufacturer="!(loc.Manufacturer)"
Expand Down
2 changes: 1 addition & 1 deletion installer/setup/Bundle.wxs
Expand Up @@ -5,7 +5,7 @@
<!-- Update this on release: Version -->
<Bundle
Name="HLAE Installer"
Version="2.108.4"
Version="2.109.0"
Manufacturer="advancedfx.org"
UpgradeCode="{35C8D990-6C4F-4639-ADF7-D259B06E070B}"
AboutUrl="https://www.advancedfx.org/"
Expand Down
11 changes: 11 additions & 0 deletions resources/AfxHookSource_changelog.xml
Expand Up @@ -4,6 +4,17 @@
<changelog>


<release>
<name>AfxHookSource</name>
<version>1.92.0</version>
<time>2020-10-08T17:53Z</time>
<changes>
<change type="fixed">Fixed #399 Misplacements of recordViewmodels and recordPlayerCameras.</change>
<change type="fixed">Fixed recordViewmodels viewmodel animations not interpolating.</change>
</changes>
</release>


<release>
<name>AfxHookSource</name>
<version>1.91.4</version>
Expand Down
12 changes: 12 additions & 0 deletions resources/changelog.xml
Expand Up @@ -3,6 +3,18 @@

<changelog>


<release>
<name>HLAE</name>
<version>2.109.0</version>
<time>2020-10-08T17:53Z</time>
<changes>
<change type="updated">Included AfxHookSource 1.92.0 (2020-10-08T17:53Z).</change>
<change type="added">Added check if HLAE is manually installed in unsuitable folder #398</change>
</changes>
</release>


<release>
<name>HLAE</name>
<version>2.108.4</version>
Expand Down

0 comments on commit a27f0f3

Please sign in to comment.