Bump version number to 1.2.1dev

This commit is contained in:
Matt Pharr
2012-03-20 12:46:23 -07:00
parent b5e6c6a2f3
commit 349ab0b9c5

2
ispc.h
View File

@@ -38,7 +38,7 @@
#ifndef ISPC_H
#define ISPC_H
#define ISPC_VERSION "1.2.0"
#define ISPC_VERSION "1.2.1dev"
#if !defined(LLVM_2_9) && !defined(LLVM_3_0) && !defined(LLVM_3_0svn) && !defined(LLVM_3_1svn)
#error "Only LLVM 2.9, 3.0, and the 3.1 development branch are supported"