From 3f27ac7814c9b52a2ecc99e79ca08a90043a656e Mon Sep 17 00:00:00 2001 From: Anton Titkov Date: Fri, 29 Jan 2016 18:11:48 +0100 Subject: [PATCH] RC6.5 FTW --- Clutch/Clutch-Prefix.pch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Clutch/Clutch-Prefix.pch b/Clutch/Clutch-Prefix.pch index 9d34eb0b..4aa0afb8 100644 --- a/Clutch/Clutch-Prefix.pch +++ b/Clutch/Clutch-Prefix.pch @@ -21,7 +21,7 @@ #import #endif -#define CLUTCH_VERSION @"2.0 RC6" +#define CLUTCH_VERSION @"2.0 RC6.5" # define SUCCESS(M, ...) fprintf(stderr, "\033[1;35m%s\033[0m\n",[[NSString stringWithFormat:M, ##__VA_ARGS__] UTF8String]); # define SUCCESS_OUT(M, ...) fprintf(stdout, "\033[1;35m%s\033[0m\n",[[NSString stringWithFormat:M, ##__VA_ARGS__] UTF8String]);