Skip to content

Commit

Permalink
Version 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lyckantropen committed Jun 29, 2024
1 parent 89a7289 commit 897db6a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.16 FATAL_ERROR)

set(MHDRL_PRODUCT_NUMBER 1)
set(MHDRL_PRODUCT_VERSION 2)
set(MHDRL_BUILD_NUMBER 1)
set(MHDRL_BUILD_NUMBER 2)

cmake_policy(SET CMP0091 NEW)
set(VCPKG_FEATURE_FLAGS "versions")
Expand Down
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,6 @@ The `MassEffectAndromeda.exe` launcher does the following:
immenently because of NVAPI unloading).
* Launches the `options.launcher_exe` command as a subprocess and optionally
waits for it to terminate if `options.wait_on_process` is set to non-zero.
* In the event of an exception, collects crash information and uploads it to
[sentry.io](https://sentry.io). The data is anonymous, *no unique user or
machine data is transferred*.

## Configuration

Expand Down

0 comments on commit 897db6a

Please sign in to comment.