Skip to content

Commit d9d5cb8

Browse files
committed
Bump version to v2.0.2
1 parent ce33a8d commit d9d5cb8

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:
@@ -99,8 +99,8 @@ jobs:
9999
$env:CXXFLAGS = '-w'
100100
$env:CFLAGS = '-w'
101101
102-
$env:OPENVKL_RELEASE_PACKAGE_VERSION="2.0.1"
103-
$OPENVKL_RELEASE_PACKAGE_VERSION="2.0.1"
102+
$env:OPENVKL_RELEASE_PACKAGE_VERSION="2.0.2"
103+
$OPENVKL_RELEASE_PACKAGE_VERSION="2.0.2"
104104
.github/scripts/release/windows_sycl.ps1
105105
106106
macos:
@@ -113,7 +113,7 @@ jobs:
113113
artifact-out: macos
114114
artifact-path: ./*.zip
115115
cmd: |
116-
export OPENVKL_RELEASE_PACKAGE_VERSION="2.0.1"
116+
export OPENVKL_RELEASE_PACKAGE_VERSION="2.0.2"
117117
.github/scripts/release/macos.sh
118118
119119
linux-test:
@@ -125,7 +125,7 @@ jobs:
125125
image: rockylinux:8
126126
artifact-in: linux
127127
cmd: |
128-
export OPENVKL_RELEASE_PACKAGE_VERSION="2.0.1"
128+
export OPENVKL_RELEASE_PACKAGE_VERSION="2.0.2"
129129
.github/scripts/release/linux-test.sh
130130
131131
linux_sycl-test:
@@ -139,7 +139,7 @@ jobs:
139139
env-from-files: .github/deps/dpcpp-sycl-nightly.env .github/deps/gfx-linux-public.env
140140
options: --device=/dev/dri:/dev/dri
141141
cmd: |
142-
export OPENVKL_RELEASE_PACKAGE_VERSION="2.0.1"
142+
export OPENVKL_RELEASE_PACKAGE_VERSION="2.0.2"
143143
.github/scripts/release/linux_sycl-test.sh
144144
145145
linux_sycl-test_run_only:
@@ -153,7 +153,7 @@ jobs:
153153
env-from-files: .github/deps/gfx-linux-public.env
154154
options: --device=/dev/dri:/dev/dri
155155
cmd: |
156-
export OPENVKL_RELEASE_PACKAGE_VERSION="2.0.1"
156+
export OPENVKL_RELEASE_PACKAGE_VERSION="2.0.2"
157157
.github/scripts/release/linux_sycl-test_run_only.sh
158158
159159
windows-test:
@@ -164,8 +164,8 @@ jobs:
164164
runs-on: '[ "Windows" ]'
165165
artifact-in: windows
166166
cmd: |
167-
$env:OPENVKL_RELEASE_PACKAGE_VERSION="2.0.1"
168-
$OPENVKL_RELEASE_PACKAGE_VERSION="2.0.1"
167+
$env:OPENVKL_RELEASE_PACKAGE_VERSION="2.0.2"
168+
$OPENVKL_RELEASE_PACKAGE_VERSION="2.0.2"
169169
.github/scripts/release/windows-test.ps1 "Visual Studio 15 2017 Win64" "v141"
170170
171171
windows_sycl-test:
@@ -179,8 +179,8 @@ jobs:
179179
env-from-files: ./.github/deps/dpcpp-sycl-nightly.env ./.github/deps/gfx-windows-public.env
180180
artifact-in: windows_sycl
181181
cmd: |
182-
$env:OPENVKL_RELEASE_PACKAGE_VERSION="2.0.1"
183-
$OPENVKL_RELEASE_PACKAGE_VERSION="2.0.1"
182+
$env:OPENVKL_RELEASE_PACKAGE_VERSION="2.0.2"
183+
$OPENVKL_RELEASE_PACKAGE_VERSION="2.0.2"
184184
.github/scripts/release/windows_sycl-test.ps1
185185
186186
windows_sycl-test_run_only:
@@ -194,8 +194,8 @@ jobs:
194194
env-from-files: ./.github/deps/gfx-windows-public.env
195195
artifact-in: windows_sycl
196196
cmd: |
197-
$env:OPENVKL_RELEASE_PACKAGE_VERSION="2.0.1"
198-
$OPENVKL_RELEASE_PACKAGE_VERSION="2.0.1"
197+
$env:OPENVKL_RELEASE_PACKAGE_VERSION="2.0.2"
198+
$OPENVKL_RELEASE_PACKAGE_VERSION="2.0.2"
199199
.github/scripts/release/windows_sycl-test_run_only.ps1
200200
201201
macos-test:
@@ -206,7 +206,7 @@ jobs:
206206
runs-on: '[ "macOS", "build", "x86_64" ]'
207207
artifact-in: macos
208208
cmd: |
209-
export OPENVKL_RELEASE_PACKAGE_VERSION="2.0.1"
209+
export OPENVKL_RELEASE_PACKAGE_VERSION="2.0.2"
210210
.github/scripts/release/macos-test.sh
211211
212212
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)