Skip to content

Commit 520fc73

Browse files
committed
Bump version to v2.0.2
1 parent 88394ca commit 520fc73

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

.github/workflows/internal.release.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
artifact-out: linux
4949
artifact-path: ./*.gz
5050
cmd: |
51-
export OPENVKL_RELEASE_PACKAGE_VERSION="2.0.1"
51+
export OPENVKL_RELEASE_PACKAGE_VERSION="2.0.2"
5252
module load cmake
5353
module load intel/2022.1
5454
export CC=icx
@@ -68,7 +68,7 @@ jobs:
6868
artifact-path: ./*.gz
6969
env-from-files: .github/deps/dpcpp-sycl-nightly.env
7070
cmd: |
71-
export OPENVKL_RELEASE_PACKAGE_VERSION="2.0.1"
71+
export OPENVKL_RELEASE_PACKAGE_VERSION="2.0.2"
7272
module load cmake/3.25.3
7373
export CC=clang
7474
export CXX=clang++
@@ -84,8 +84,8 @@ jobs:
8484
artifact-out: windows
8585
artifact-path: ./*.zip
8686
cmd: |
87-
$env:OPENVKL_RELEASE_PACKAGE_VERSION="2.0.1"
88-
$OPENVKL_RELEASE_PACKAGE_VERSION="2.0.1"
87+
$env:OPENVKL_RELEASE_PACKAGE_VERSION="2.0.2"
88+
$OPENVKL_RELEASE_PACKAGE_VERSION="2.0.2"
8989
.github/scripts/release/windows.ps1 "Visual Studio 15 2017 Win64" "v141"
9090
9191
windows_sycl:
@@ -103,8 +103,8 @@ jobs:
103103
$env:CXXFLAGS = '-w'
104104
$env:CFLAGS = '-w'
105105
106-
$env:OPENVKL_RELEASE_PACKAGE_VERSION="2.0.1"
107-
$OPENVKL_RELEASE_PACKAGE_VERSION="2.0.1"
106+
$env:OPENVKL_RELEASE_PACKAGE_VERSION="2.0.2"
107+
$OPENVKL_RELEASE_PACKAGE_VERSION="2.0.2"
108108
.github/scripts/release/windows_sycl.ps1
109109
110110
macos:
@@ -117,7 +117,7 @@ jobs:
117117
artifact-out: macos
118118
artifact-path: ./*.zip
119119
cmd: |
120-
export OPENVKL_RELEASE_PACKAGE_VERSION="2.0.1"
120+
export OPENVKL_RELEASE_PACKAGE_VERSION="2.0.2"
121121
.github/scripts/release/macos.sh
122122
123123
linux-test:
@@ -129,7 +129,7 @@ jobs:
129129
image: rockylinux:8
130130
artifact-in: linux
131131
cmd: |
132-
export OPENVKL_RELEASE_PACKAGE_VERSION="2.0.1"
132+
export OPENVKL_RELEASE_PACKAGE_VERSION="2.0.2"
133133
.github/scripts/release/linux-test.sh
134134
135135
linux_sycl-test:
@@ -143,7 +143,7 @@ jobs:
143143
env-from-files: .github/deps/dpcpp-sycl-nightly.env .github/deps/gfx-linux-public.env
144144
options: --device=/dev/dri:/dev/dri
145145
cmd: |
146-
export OPENVKL_RELEASE_PACKAGE_VERSION="2.0.1"
146+
export OPENVKL_RELEASE_PACKAGE_VERSION="2.0.2"
147147
module load cmake/3.25.3
148148
.github/scripts/release/linux_sycl-test.sh
149149
@@ -158,7 +158,7 @@ jobs:
158158
env-from-files: .github/deps/gfx-linux-public.env
159159
options: --device=/dev/dri:/dev/dri
160160
cmd: |
161-
export OPENVKL_RELEASE_PACKAGE_VERSION="2.0.1"
161+
export OPENVKL_RELEASE_PACKAGE_VERSION="2.0.2"
162162
module load cmake/3.25.3
163163
.github/scripts/release/linux_sycl-test_run_only.sh
164164
@@ -170,8 +170,8 @@ jobs:
170170
runs-on: '[ "Windows" ]'
171171
artifact-in: windows
172172
cmd: |
173-
$env:OPENVKL_RELEASE_PACKAGE_VERSION="2.0.1"
174-
$OPENVKL_RELEASE_PACKAGE_VERSION="2.0.1"
173+
$env:OPENVKL_RELEASE_PACKAGE_VERSION="2.0.2"
174+
$OPENVKL_RELEASE_PACKAGE_VERSION="2.0.2"
175175
.github/scripts/release/windows-test.ps1 "Visual Studio 15 2017 Win64" "v141"
176176
177177
windows_sycl-test:
@@ -185,8 +185,8 @@ jobs:
185185
env-from-files: ./.github/deps/dpcpp-sycl-nightly.env ./.github/deps/gfx-windows-public.env
186186
artifact-in: windows_sycl
187187
cmd: |
188-
$env:OPENVKL_RELEASE_PACKAGE_VERSION="2.0.1"
189-
$OPENVKL_RELEASE_PACKAGE_VERSION="2.0.1"
188+
$env:OPENVKL_RELEASE_PACKAGE_VERSION="2.0.2"
189+
$OPENVKL_RELEASE_PACKAGE_VERSION="2.0.2"
190190
.github/scripts/release/windows_sycl-test.ps1
191191
192192
windows_sycl-test_run_only:
@@ -200,8 +200,8 @@ jobs:
200200
env-from-files: ./.github/deps/gfx-windows-public.env
201201
artifact-in: windows_sycl
202202
cmd: |
203-
$env:OPENVKL_RELEASE_PACKAGE_VERSION="2.0.1"
204-
$OPENVKL_RELEASE_PACKAGE_VERSION="2.0.1"
203+
$env:OPENVKL_RELEASE_PACKAGE_VERSION="2.0.2"
204+
$OPENVKL_RELEASE_PACKAGE_VERSION="2.0.2"
205205
.github/scripts/release/windows_sycl-test_run_only.ps1
206206
207207
macos-test:
@@ -212,7 +212,7 @@ jobs:
212212
runs-on: '[ "macOS", "build", "x86_64" ]'
213213
artifact-in: macos
214214
cmd: |
215-
export OPENVKL_RELEASE_PACKAGE_VERSION="2.0.1"
215+
export OPENVKL_RELEASE_PACKAGE_VERSION="2.0.2"
216216
.github/scripts/release/macos-test.sh
217217
218218
binary-analysis:

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ cmake_policy(SET CMP0074 NEW)
2424

2525
## Establish project ##
2626

27-
project(openvkl VERSION 2.0.1 LANGUAGES C CXX)
27+
project(openvkl VERSION 2.0.2 LANGUAGES C CXX)
2828

2929
## Add openvkl specific macros ##
3030

0 commit comments

Comments
 (0)