Skip to content

Commit

Permalink
Update version to v0.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Atraxus committed Mar 2, 2024
1 parent c2e8b10 commit a0992a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Changes

- Fixing shader distribution with binaries
- Fixing shader distribution with binaries
- Fixing material data distribution with binaries
- Documentaion improvements
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.15 FATAL_ERROR)

# ---- Project ----
project(RAYX VERSION 0.19.1)
project(RAYX VERSION 0.19.2)
set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
# -----------------
Expand Down

0 comments on commit a0992a2

Please sign in to comment.