From 8eb0dd20d73335597188f8f9a0c8e8a784cfb92f Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Fri, 1 Apr 2016 14:41:14 -0400 Subject: [PATCH] Bump release version. --- src/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.h b/src/version.h index 42814e0..2d7c70a 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 "3" +#define SCREENFETCH_C_VERSION_RELEASE "4" #endif /* SCREENFETCH_C_VERSION_H */