Release 1.4.3

This commit is contained in:
Dmitry Babokin
2013-06-25 18:24:44 +04:00
parent d52e2d5a8d
commit 594485c38c
4 changed files with 24 additions and 2 deletions

2
ispc.h
View File

@@ -38,7 +38,7 @@
#ifndef ISPC_H
#define ISPC_H
#define ISPC_VERSION "1.4.2"
#define ISPC_VERSION "1.4.3"
#if !defined(LLVM_3_1) && !defined(LLVM_3_2) && !defined(LLVM_3_3) && !defined(LLVM_3_4)
#error "Only LLVM 3.1, 3.2, 3.3 and the 3.4 development branch are supported"