Skip to content

Commit a0992a2

Browse files
committed
Update version to v0.19.2
1 parent c2e8b10 commit a0992a2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
# Changes
22

3-
- Fixing shader distribution with binaries
3+
- Fixing shader distribution with binaries
4+
- Fixing material data distribution with binaries
5+
- Documentaion improvements

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.15 FATAL_ERROR)
22

33
# ---- Project ----
4-
project(RAYX VERSION 0.19.1)
4+
project(RAYX VERSION 0.19.2)
55
set(CMAKE_CXX_STANDARD 20)
66
set(CMAKE_CXX_STANDARD_REQUIRED ON)
77
# -----------------

0 commit comments

Comments
 (0)