From 9fdddf27fb61ee35abdc4e87bc35a369bb820a0e Mon Sep 17 00:00:00 2001 From: seongwoo chae Date: Fri, 15 Oct 2021 16:48:08 +0900 Subject: [PATCH] [vconone] Fix compiler version (#7838) This commit fixes compiler version to be printed. Signed-off-by: seongwoo --- 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 a2f0f49d071..50ee052429f 100644 --- a/compiler/vconone/CMakeLists.txt +++ b/compiler/vconone/CMakeLists.txt @@ -1,5 +1,5 @@ if (NOT VCONONE_VERSION) - set(VCONONE_VERSION 0x0000000100120000) + set(VCONONE_VERSION 0x0000000000120001) # 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