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

Commit

Permalink
Change version number & release date
Browse files Browse the repository at this point in the history
  • Loading branch information
SamVanheer committed Apr 8, 2024
1 parent de9ef20 commit 8806038
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Expand Up @@ -9,8 +9,8 @@ set(CMAKE_RUNTIME_OUTPUT_DIRECTORY_DEBUG ${CMAKE_BINARY_DIR})
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 1)
set(HLAM_VERSION_MAJOR 3)
set(HLAM_VERSION_MINOR 0)
set(HLAM_VERSION_PATCH 0)

project(HalfLifeAssetManager
Expand Down
4 changes: 2 additions & 2 deletions docs/manual/HalfLifeAssetManagerManual.md
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.1.0</h3>
<h3 align="center">Version 3.0.0 Beta</h3>
<h3 align="center">Sam Vanheer</h3>
<p align="center">January 15, 2024</p>
<p align="center">April 8, 2024</p>

<div class="page"/>

Expand Down
Binary file modified docs/manual/HalfLifeAssetManagerManual.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion installer/config/config.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<Installer>
<Name>Half-Life Asset Manager</Name>
<Version>2.0.0</Version>
<Version>3.0.0</Version>
<Title>Half-Life Asset Manager</Title>
<Publisher>Sam Vanheer</Publisher>
<StartMenuDir>Half-Life Asset Manager</StartMenuDir>
Expand Down
Expand Up @@ -3,8 +3,8 @@
<DisplayName>Half-Life Asset Manager</DisplayName>
<Description>Install Half-Life Asset Manager.</Description>
<ForcedInstallation>true</ForcedInstallation>
<Version>2.1.0</Version>
<ReleaseDate>2024-01-15</ReleaseDate>
<Version>3.0.0</Version>
<ReleaseDate>2024-04-08</ReleaseDate>
<Default>true</Default>
<Script>installscript.qs</Script>
<Licenses>
Expand Down

0 comments on commit 8806038

Please sign in to comment.