From cb7edf27254dcb310f17a9c885cd1afaaf5362d6 Mon Sep 17 00:00:00 2001 From: Matt Pharr Date: Tue, 20 Mar 2012 11:13:50 -0700 Subject: [PATCH] Set version to 1.2.0 for release builds --- ispc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ispc.h b/ispc.h index b5d0a3ab..0f8d24e0 100644 --- a/ispc.h +++ b/ispc.h @@ -1,5 +1,5 @@ /* - Copyright (c) 2010-2011, Intel Corporation + Copyright (c) 2010-2012, Intel Corporation All rights reserved. Redistribution and use in source and binary forms, with or without @@ -38,7 +38,7 @@ #ifndef ISPC_H #define ISPC_H -#define ISPC_VERSION "1.2.0dev" +#define ISPC_VERSION "1.2.0" #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"