Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
Update manual, version and release date
Browse files Browse the repository at this point in the history
  • Loading branch information
SamVanheer committed Jan 15, 2024
1 parent 105aa94 commit 9f292bc
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ set(CMAKE_RUNTIME_OUTPUT_DIRECTORY_RELEASE ${CMAKE_BINARY_DIR})
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY_RELWITHDEBINFO ${CMAKE_BINARY_DIR})

set(HLAM_VERSION_MAJOR 2)
set(HLAM_VERSION_MINOR 0)
set(HLAM_VERSION_MINOR 1)
set(HLAM_VERSION_PATCH 0)

project(HalfLifeAssetManager
Expand Down
2 changes: 2 additions & 0 deletions docs/manual/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
HalfLifeAssetManagerManual.pdf
# Temporary file created by the Markdown-to-PDF generator
HalfLifeAssetManagerManual_tmp.html
4 changes: 2 additions & 2 deletions docs/manual/HalfLifeAssetManagerManual.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ This document was made to be converted to PDF with this Visual Studio Code exten
![hlam_icon](../../assets/hlam_icon2_grayscale.png)

<h1 align="center">Half-Life Asset Manager Manual</h1>
<h3 align="center">Version 2.0.0</h3>
<h3 align="center">Version 2.1.0</h3>
<h3 align="center">Sam Vanheer</h3>
<p align="center">December 7, 2023</p>
<p align="center">January 15, 2024</p>

<div class="page"/>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<DisplayName>Half-Life Asset Manager</DisplayName>
<Description>Install Half-Life Asset Manager.</Description>
<ForcedInstallation>true</ForcedInstallation>
<Version>2.0.0</Version>
<ReleaseDate>2023-12-07</ReleaseDate>
<Version>2.1.0</Version>
<ReleaseDate>2024-01-15</ReleaseDate>
<Default>true</Default>
<Script>installscript.qs</Script>
<Licenses>
Expand Down
2 changes: 1 addition & 1 deletion src/hlam/ui/AboutDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ void ShowAboutDialog(QWidget* parent)
QString::fromUtf8(
reinterpret_cast<const char*>(u8R"(%1 %2
2023 Sam Vanheer
2024 Sam Vanheer
Email: [email protected]
Expand Down

0 comments on commit 9f292bc

Please sign in to comment.