Skip to content

Commit

Permalink
fix extra space in ubuntu logo, bump release (fixes #18)
Browse files Browse the repository at this point in the history
  • Loading branch information
woodruffw committed Oct 21, 2015
1 parent ee0ccd6 commit 47c8a2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/logos.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

0 comments on commit 47c8a2a

Please sign in to comment.