diff --git a/CHANGELOG.md b/CHANGELOG.md index 82f1981a1..52a5cac9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ # Changes -- Fixing shader distribution with binaries \ No newline at end of file +- Fixing shader distribution with binaries +- Fixing material data distribution with binaries +- Documentaion improvements \ No newline at end of file diff --git a/CMakeLists.txt b/CMakeLists.txt index 2b5e765ce..ecd396ca0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) # -----------------