Skip to content

Commit

Permalink
RC6.5 FTW
Browse files Browse the repository at this point in the history
  • Loading branch information
iT0ny committed Jan 29, 2016
1 parent 0ac3828 commit 3f27ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Clutch/Clutch-Prefix.pch
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#import <Foundation/Foundation.h>
#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]);
Expand Down

0 comments on commit 3f27ac7

Please sign in to comment.