From eae5a011d9e4b406dc06f0ce2d35b87ae1c89c0a Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Sat, 21 Mar 2015 16:43:54 -0400 Subject: [PATCH] version bump --- src/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.h b/src/version.h index 34a8f7c..6da9941 100644 --- a/src/version.h +++ b/src/version.h @@ -12,6 +12,6 @@ /* version macros */ #define SCREENFETCH_C_VERSION_MAJOR "1" #define SCREENFETCH_C_VERSION_MINOR "4" -#define SCREENFETCH_C_VERSION_RELEASE "1" +#define SCREENFETCH_C_VERSION_RELEASE "2" #endif /* SCREENFETCH_C_VERSION_H */