Skip to content

Commit

Permalink
Update version and CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Detegr committed Sep 6, 2024
1 parent 75a2d4b commit 4b522e6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.0.3

- Fix white flashes that happened sporadically in OpenXR mode if anti-aliasing
was not enabled
- Fix a rendering bug in co-driver mode
- Fix Rally School mode not loading the saved seat position correctly

## 1.0.2

- Implement prediction dampening for OpenXR
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 2)
set(openRBRVR_Patch 3)
set(openRBRVR_Tweak 0)
#set(openRBRVR_TweakStr "-rc${openRBRVR_Tweak}")

Expand Down

0 comments on commit 4b522e6

Please sign in to comment.