Update ISPC_MINOR_VERSION to 2

(This should have been done with the 1.2.0 release!)
This commit is contained in:
Matt Pharr
2012-05-03 12:04:24 -07:00
parent 1ba8d7ef74
commit 7d7e99a92c

View File

@@ -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)