diff --git a/compiler/vconone/CMakeLists.txt b/compiler/vconone/CMakeLists.txt index a29dc3bed7a..8f11db0e135 100644 --- a/compiler/vconone/CMakeLists.txt +++ b/compiler/vconone/CMakeLists.txt @@ -1,5 +1,5 @@ if (NOT VCONONE_VERSION) - set(VCONONE_VERSION 0x00000000001d0001) + set(VCONONE_VERSION 0x00000000001e0001) # 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