From 47c8a2a0f8021c064d2f207b598b08e641496d23 Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Wed, 21 Oct 2015 01:31:42 -0400 Subject: [PATCH] fix extra space in ubuntu logo, bump release (fixes #18) --- src/logos.c | 2 +- src/version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/logos.c b/src/logos.c index 38f8c36..9f5fce9 100644 --- a/src/logos.c +++ b/src/logos.c @@ -104,7 +104,7 @@ char *lmde_logo[] = /* 18 */ char *ubuntu_logo[] = { - ""TLRD" ./+o+- " TNRM, + ""TLRD" ./+o+- " TNRM, ""TWHT" yyyyy- "TLRD"-yyyyyy+ " TNRM, ""TWHT" "TWHT"://+//////"TLRD"-yyyyyyo " TNRM, ""TYLW" .++ "TWHT".:/++++++/-"TLRD".+sss/` " TNRM, diff --git a/src/version.h b/src/version.h index 6da9941..42814e0 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 "2" +#define SCREENFETCH_C_VERSION_RELEASE "3" #endif /* SCREENFETCH_C_VERSION_H */