Skip to content

Commit 73935b8

Browse files
committed
Update version to v0.19.4
1 parent 4980219 commit 73935b8

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 again
3+
- Improve robustness of rayx-ui optical element rendering
4+
- Fixing asset distribution for rayx-ui
5+
- Fixing script distribution for rayx

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.3)
4+
project(RAYX VERSION 0.19.4)
55
set(CMAKE_CXX_STANDARD 20)
66
set(CMAKE_CXX_STANDARD_REQUIRED ON)
77
# -----------------

0 commit comments

Comments
 (0)