Skip to content

Commit

Permalink
Update version to v0.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Atraxus committed Aug 28, 2024
1 parent e998b50 commit 1ca02be
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/releaseDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,11 @@ jobs:
- name: Add Boost to PATH (Windows)
if: matrix.os == 'windows-latest'
run: |
echo "${{github.workspace}}/boost" >> $GITHUB_PATH
echo "${{github.workspace}}/boost/boost" >> $GITHUB_PATH
echo "${{github.workspace}}/boost" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
echo "${{github.workspace}}/boost/boost" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
- name: Setup CUDA Toolkit
if: matrix.os == 'windows-latest'
id: cuda-toolkit
shell: pwsh
run: .\Scripts\setup-cuda.ps1
Expand Down
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.0)
project(RAYX VERSION 0.21.1)
set(CMAKE_CXX_STANDARD 23)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CUDA_STANDARD 20)
Expand Down
1 change: 1 addition & 0 deletions Extern/NFD-Extended
Submodule NFD-Extended added at 17b6e8

0 comments on commit 1ca02be

Please sign in to comment.