From 202f9fc0f85204cbff89b5b8c12b955974b61445 Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Sat, 6 Dec 2014 11:39:30 -0500 Subject: [PATCH] bump release --- src/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.h b/src/version.h index 0627722..056241a 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 "3" -#define SCREENFETCH_C_VERSION_RELEASE "4" +#define SCREENFETCH_C_VERSION_RELEASE "5" #endif /* SCREENFETCH_C_VERSION_H */