Release 1.4.2, 11 June 2013

This commit is contained in:
Dmitry Babokin
2013-06-11 17:18:54 +04:00
parent 7589ae0de5
commit cf9ceb6bf9
5 changed files with 84 additions and 3 deletions

2
ispc.h
View File

@@ -38,7 +38,7 @@
#ifndef ISPC_H
#define ISPC_H
#define ISPC_VERSION "1.4.1dev"
#define ISPC_VERSION "1.4.2"
#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"