Bump version number to 1.3.1dev

This commit is contained in:
Matt Pharr
2012-07-05 13:35:34 -07:00
parent 4186ef204d
commit 6aad4c7a39

2
ispc.h
View File

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