From e47c9152ec89311a44ff7d2d55dc7e77ea088839 Mon Sep 17 00:00:00 2001 From: Dmitry Babokin Date: Fri, 12 Feb 2016 16:26:14 +0300 Subject: [PATCH] Bumping version to v1.9.0 --- doxygen.cfg | 2 +- ispc_version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doxygen.cfg b/doxygen.cfg index ffd58d1e..efdc82ce 100644 --- a/doxygen.cfg +++ b/doxygen.cfg @@ -31,7 +31,7 @@ PROJECT_NAME = "Intel SPMD Program Compiler" # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 1.8.3dev +PROJECT_NUMBER = 1.9.0 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. diff --git a/ispc_version.h b/ispc_version.h index 098128b2..ede662a9 100644 --- a/ispc_version.h +++ b/ispc_version.h @@ -38,7 +38,7 @@ #ifndef ISPC_VERSION_H #define ISPC_VERSION_H -#define ISPC_VERSION "1.8.3dev" +#define ISPC_VERSION "1.9.0" #include "llvm/Config/llvm-config.h" #define ISPC_LLVM_VERSION ( LLVM_VERSION_MAJOR * 10000 + LLVM_VERSION_MINOR * 100 )