From e2a84ef0b47e859c71e06263a4b3a2cd5b315463 Mon Sep 17 00:00:00 2001 From: Hyeongseok Oh Date: Mon, 11 Sep 2023 06:16:58 +0900 Subject: [PATCH] [vconone] Bump up to 1.26.0 (#11516) This commit bumps up to 1.26.0. ONE-DCO-1.0-Signed-off-by: Hyeongseok Oh --- compiler/vconone/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/vconone/CMakeLists.txt b/compiler/vconone/CMakeLists.txt index c5c9be25fa3..6da36a14b25 100644 --- a/compiler/vconone/CMakeLists.txt +++ b/compiler/vconone/CMakeLists.txt @@ -1,5 +1,5 @@ if (NOT VCONONE_VERSION) - set(VCONONE_VERSION 0x0000000000190001) + set(VCONONE_VERSION 0x00000000001a0001) # NOTE order is [build patch minor major] # if VCONONE_VERSION is set with -D option, it will be cached # you may have to remove cache file if you remove -D option