Skip to content

Commit 1a14f0d

Browse files
authored
Fix version update and GUID update for 1.22.2 (#336)
Signed-off-by: Neil R. Spruit <[email protected]>
1 parent abc68a5 commit 1a14f0d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if(MSVC AND (MSVC_VERSION LESS 1900))
1313
endif()
1414

1515
# This project follows semantic versioning (https://semver.org/)
16-
project(level-zero VERSION 1.22.1)
16+
project(level-zero VERSION 1.22.2)
1717

1818
include(GNUInstallDirs)
1919

PRODUCT_GUID.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
1.22.1
2-
7c020ce6-fe70-4b38-8227-997082444587
1+
1.22.2
2+
3c13e883-2082-4dcb-811f-81b387aef3ac

0 commit comments

Comments
 (0)