From 7d7e99a92cceda0377e58f14ae612c00ac2372d8 Mon Sep 17 00:00:00 2001 From: Matt Pharr Date: Thu, 3 May 2012 12:04:24 -0700 Subject: [PATCH] Update ISPC_MINOR_VERSION to 2 (This should have been done with the 1.2.0 release!) --- module.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)