Merge pull request #1171 from dbabokin/v191dev

Bumping to v1.9.1dev
This commit is contained in:
Dmitry Babokin
2016-02-12 20:06:52 +03:00
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
Copyright (c) 2010-2015, Intel Corporation Copyright (c) 2010-2016, Intel Corporation
All rights reserved. All rights reserved.
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without

View File

@@ -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.0 PROJECT_NUMBER = 1.9.1dev
# 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.

View File

@@ -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.0" #define ISPC_VERSION "1.9.1dev"
#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 )