Merge pull request #1222 from dbabokin/192dev
Bumping version to 1.9.2dev
This commit is contained in:
@@ -4,7 +4,7 @@ An ISPC update with new native AVX512 target for future Xeon CPUs and
|
|||||||
improvements for debugging, including new switch --dwarf-version to support
|
improvements for debugging, including new switch --dwarf-version to support
|
||||||
debugging on old systems.
|
debugging on old systems.
|
||||||
|
|
||||||
The release is based on patched version LLVM 3.8.
|
The release is based on patched LLVM 3.8.
|
||||||
|
|
||||||
=== v1.9.0 === (12 Feb 2016)
|
=== v1.9.0 === (12 Feb 2016)
|
||||||
|
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ PROJECT_NAME = "Intel SPMD Program Compiler"
|
|||||||
# This could be handy for archiving the generated documentation or
|
# This could be handy for archiving the generated documentation or
|
||||||
# if some version control system is used.
|
# if some version control system is used.
|
||||||
|
|
||||||
PROJECT_NUMBER = 1.9.1
|
PROJECT_NUMBER = 1.9.2dev
|
||||||
|
|
||||||
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
|
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
|
||||||
# base path where the generated documentation will be put.
|
# base path where the generated documentation will be put.
|
||||||
|
|||||||
@@ -38,7 +38,7 @@
|
|||||||
#ifndef ISPC_VERSION_H
|
#ifndef ISPC_VERSION_H
|
||||||
#define ISPC_VERSION_H
|
#define ISPC_VERSION_H
|
||||||
|
|
||||||
#define ISPC_VERSION "1.9.1"
|
#define ISPC_VERSION "1.9.2dev"
|
||||||
#include "llvm/Config/llvm-config.h"
|
#include "llvm/Config/llvm-config.h"
|
||||||
|
|
||||||
#define ISPC_LLVM_VERSION ( LLVM_VERSION_MAJOR * 10000 + LLVM_VERSION_MINOR * 100 )
|
#define ISPC_LLVM_VERSION ( LLVM_VERSION_MAJOR * 10000 + LLVM_VERSION_MINOR * 100 )
|
||||||
|
|||||||
Reference in New Issue
Block a user