Skip to content

Commit

Permalink
Update CHANGELOG and version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Detegr committed Aug 16, 2024
1 parent ccde95f commit 66ce3c6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.0.1

- Fix DirectX state block usage with reverse-z buffer to fix a bug where the
car was invisible on some BTB stages
- Improve error messages in OpenXR initialization

## 1.0.0

- Use reversed Z-buffer in driving mode and replays. This eliminates all track
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ set(HEADERS

set(openRBRVR_Major 1)
set(openRBRVR_Minor 0)
set(openRBRVR_Patch 0)
set(openRBRVR_Patch 1)
set(openRBRVR_Tweak 0)
#set(openRBRVR_TweakStr "-rc${openRBRVR_Tweak}")

Expand Down

0 comments on commit 66ce3c6

Please sign in to comment.