From c5f66535642835091ac5c92c18b5fcaeda5cea41 Mon Sep 17 00:00:00 2001 From: Matt Pharr Date: Fri, 20 Apr 2012 11:54:12 -0700 Subject: [PATCH] Bump version number to 1.2.2 --- ispc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ispc.h b/ispc.h index d93788ec..32515298 100644 --- a/ispc.h +++ b/ispc.h @@ -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"