Bump version number to 1.2.2

This commit is contained in:
Matt Pharr
2012-04-20 11:54:12 -07:00
parent cf9a4e209e
commit c5f6653564

2
ispc.h
View File

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