From 7a82602c9c483e1529724684195e9dd87ca74ef7 Mon Sep 17 00:00:00 2001 From: DH Date: Sat, 11 Nov 2023 00:04:47 +0300 Subject: [PATCH] Release --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index aaf1d22a..54e19239 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,6 +14,6 @@ add_subdirectory(hw/amdgpu) add_subdirectory(rx) target_compile_definitions(rx PRIVATE - RX_TAG=0 + RX_TAG=2 RX_TAG_VERSION=0 )