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