From 349ab0b9c598af4fdc5423a2c058c9c245f39427 Mon Sep 17 00:00:00 2001 From: Matt Pharr Date: Tue, 20 Mar 2012 12:46:23 -0700 Subject: [PATCH] Bump version number to 1.2.1dev --- ispc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ispc.h b/ispc.h index 0f8d24e0..360b7d99 100644 --- a/ispc.h +++ b/ispc.h @@ -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"