Bump version to 1.3.0

This commit is contained in:
Matt Pharr
2012-06-28 15:35:52 -07:00
parent 3b2ff6301c
commit b69d783e09

2
ispc.h
View File

@@ -38,7 +38,7 @@
#ifndef ISPC_H #ifndef ISPC_H
#define ISPC_H #define ISPC_H
#define ISPC_VERSION "1.2.3dev" #define ISPC_VERSION "1.3.0"
#if !defined(LLVM_3_0) && !defined(LLVM_3_1) && !defined(LLVM_3_2) #if !defined(LLVM_3_0) && !defined(LLVM_3_1) && !defined(LLVM_3_2)
#error "Only LLVM 3.0, 3.1, and the 3.2 development branch are supported" #error "Only LLVM 3.0, 3.1, and the 3.2 development branch are supported"