diff --git a/module.cpp b/module.cpp index 41eeb412..e80ac9f7 100644 --- a/module.cpp +++ b/module.cpp @@ -1334,7 +1334,7 @@ Module::execPreprocessor(const char* infilename, llvm::raw_string_ostream* ostre opts.addMacroDef("ISPC_POINTER_SIZE=64"); opts.addMacroDef("ISPC_MAJOR_VERSION=1"); - opts.addMacroDef("ISPC_MINOR_VERSION=1"); + opts.addMacroDef("ISPC_MINOR_VERSION=2"); if (g->includeStdlib) { if (g->opt.disableAsserts)