Updating copyright dates for recently modified files
This commit is contained in:
12
main.cpp
12
main.cpp
@@ -67,16 +67,16 @@ static void
|
||||
lPrintVersion() {
|
||||
#ifdef ISPC_IS_WINDOWS
|
||||
printf("Intel(r) SPMD Program Compiler (ispc), %s (build date %s, LLVM %s)\n"
|
||||
"Supported Visual Studio versions: %s.\n",
|
||||
"Supported Visual Studio versions: %s.\n",
|
||||
ISPC_VERSION, BUILD_DATE,
|
||||
ISPC_LLVM_VERSION_STRING,
|
||||
ISPC_VS_VERSION
|
||||
ISPC_VS_VERSION
|
||||
);
|
||||
#else
|
||||
printf("Intel(r) SPMD Program Compiler (ispc), %s (build %s @ %s, LLVM %s)\n",
|
||||
ISPC_VERSION, BUILD_VERSION, BUILD_DATE,
|
||||
ISPC_LLVM_VERSION_STRING
|
||||
);
|
||||
printf("Intel(r) SPMD Program Compiler (ispc), %s (build %s @ %s, LLVM %s)\n",
|
||||
ISPC_VERSION, BUILD_VERSION, BUILD_DATE,
|
||||
ISPC_LLVM_VERSION_STRING
|
||||
);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user