Skip to content

Commit de58e6d

Browse files
committed
Bump version to v2.0.2
1 parent 077fa60 commit de58e6d

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
@@ -49,7 +49,7 @@ jobs:
4949
artifact-out: linux
5050
artifact-path: ./*.gz
5151
cmd: |
52-
export OPENVKL_RELEASE_PACKAGE_VERSION="2.0.1"
52+
export OPENVKL_RELEASE_PACKAGE_VERSION="2.0.2"
5353
export CXXFLAGS="-fPIC -fp-model=precise"
5454
export LDFLAGS="-static-intel"
5555
.github/scripts/release/linux.sh
@@ -65,7 +65,7 @@ jobs:
6565
artifact-path: ./*.gz
6666
env-from-files: .github/deps/dpcpp-sycl-nightly.env
6767
cmd: |
68-
export OPENVKL_RELEASE_PACKAGE_VERSION="2.0.1"
68+
export OPENVKL_RELEASE_PACKAGE_VERSION="2.0.2"
6969
export CC=clang
7070
export CXX=clang++
7171
.github/scripts/release/linux_sycl.sh
@@ -80,8 +80,8 @@ jobs:
8080
artifact-out: windows
8181
artifact-path: ./*.zip
8282
cmd: |
83-
$env:OPENVKL_RELEASE_PACKAGE_VERSION="2.0.1"
84-
$OPENVKL_RELEASE_PACKAGE_VERSION="2.0.1"
83+
$env:OPENVKL_RELEASE_PACKAGE_VERSION="2.0.2"
84+
$OPENVKL_RELEASE_PACKAGE_VERSION="2.0.2"
8585
.github/scripts/release/windows.ps1 "Visual Studio 15 2017 Win64" "v141"
8686
8787
windows_sycl:
@@ -100,8 +100,8 @@ jobs:
100100
$env:CXXFLAGS = '-w'
101101
$env:CFLAGS = '-w'
102102
103-
$env:OPENVKL_RELEASE_PACKAGE_VERSION="2.0.1"
104-
$OPENVKL_RELEASE_PACKAGE_VERSION="2.0.1"
103+
$env:OPENVKL_RELEASE_PACKAGE_VERSION="2.0.2"
104+
$OPENVKL_RELEASE_PACKAGE_VERSION="2.0.2"
105105
.github/scripts/release/windows_sycl.ps1
106106
107107
macos:
@@ -114,7 +114,7 @@ jobs:
114114
artifact-out: macos
115115
artifact-path: ./*.zip
116116
cmd: |
117-
export OPENVKL_RELEASE_PACKAGE_VERSION="2.0.1"
117+
export OPENVKL_RELEASE_PACKAGE_VERSION="2.0.2"
118118
.github/scripts/release/macos.sh
119119
120120
linux-test:
@@ -126,7 +126,7 @@ jobs:
126126
image: rockylinux:8
127127
artifact-in: linux
128128
cmd: |
129-
export OPENVKL_RELEASE_PACKAGE_VERSION="2.0.1"
129+
export OPENVKL_RELEASE_PACKAGE_VERSION="2.0.2"
130130
.github/scripts/release/linux-test.sh
131131
132132
linux_sycl-test:
@@ -140,7 +140,7 @@ jobs:
140140
env-from-files: .github/deps/dpcpp-sycl-nightly.env .github/deps/gfx-linux-public.env
141141
options: --device=/dev/dri:/dev/dri
142142
cmd: |
143-
export OPENVKL_RELEASE_PACKAGE_VERSION="2.0.1"
143+
export OPENVKL_RELEASE_PACKAGE_VERSION="2.0.2"
144144
.github/scripts/release/linux_sycl-test.sh
145145
146146
linux_sycl-test_run_only:
@@ -154,7 +154,7 @@ jobs:
154154
env-from-files: .github/deps/gfx-linux-public.env
155155
options: --device=/dev/dri:/dev/dri
156156
cmd: |
157-
export OPENVKL_RELEASE_PACKAGE_VERSION="2.0.1"
157+
export OPENVKL_RELEASE_PACKAGE_VERSION="2.0.2"
158158
.github/scripts/release/linux_sycl-test_run_only.sh
159159
160160
windows-test:
@@ -165,8 +165,8 @@ jobs:
165165
runs-on: '[ "Windows" ]'
166166
artifact-in: windows
167167
cmd: |
168-
$env:OPENVKL_RELEASE_PACKAGE_VERSION="2.0.1"
169-
$OPENVKL_RELEASE_PACKAGE_VERSION="2.0.1"
168+
$env:OPENVKL_RELEASE_PACKAGE_VERSION="2.0.2"
169+
$OPENVKL_RELEASE_PACKAGE_VERSION="2.0.2"
170170
.github/scripts/release/windows-test.ps1 "Visual Studio 15 2017 Win64" "v141"
171171
172172
windows_sycl-test:
@@ -181,8 +181,8 @@ jobs:
181181
msvc-version: 2022
182182
artifact-in: windows_sycl
183183
cmd: |
184-
$env:OPENVKL_RELEASE_PACKAGE_VERSION="2.0.1"
185-
$OPENVKL_RELEASE_PACKAGE_VERSION="2.0.1"
184+
$env:OPENVKL_RELEASE_PACKAGE_VERSION="2.0.2"
185+
$OPENVKL_RELEASE_PACKAGE_VERSION="2.0.2"
186186
.github/scripts/release/windows_sycl-test.ps1
187187
188188
windows_sycl-test_run_only:
@@ -196,8 +196,8 @@ jobs:
196196
env-from-files: ./.github/deps/gfx-windows-public.env
197197
artifact-in: windows_sycl
198198
cmd: |
199-
$env:OPENVKL_RELEASE_PACKAGE_VERSION="2.0.1"
200-
$OPENVKL_RELEASE_PACKAGE_VERSION="2.0.1"
199+
$env:OPENVKL_RELEASE_PACKAGE_VERSION="2.0.2"
200+
$OPENVKL_RELEASE_PACKAGE_VERSION="2.0.2"
201201
.github/scripts/release/windows_sycl-test_run_only.ps1
202202
203203
macos-test:
@@ -208,7 +208,7 @@ jobs:
208208
runs-on: '[ "macOS", "build", "x86_64" ]'
209209
artifact-in: macos
210210
cmd: |
211-
export OPENVKL_RELEASE_PACKAGE_VERSION="2.0.1"
211+
export OPENVKL_RELEASE_PACKAGE_VERSION="2.0.2"
212212
.github/scripts/release/macos-test.sh
213213
214214
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)