Skip to content

Commit

Permalink
Update version to v0.21.35
Browse files Browse the repository at this point in the history
  • Loading branch information
Atraxus committed Oct 2, 2024
1 parent a150b17 commit 03c2322
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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.25.2 FATAL_ERROR)

# ---- Project ----
project(RAYX VERSION 0.21.34)
project(RAYX VERSION 0.21.35)
set(CMAKE_CXX_STANDARD 23)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CUDA_STANDARD 20)
Expand Down
1 change: 1 addition & 0 deletions Intern/rayx-core/src/Data/Locate.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

#include <filesystem>
#include <string>
#include <vector>

#include "Core.h"

Expand Down

0 comments on commit 03c2322

Please sign in to comment.