From e84d76e2c3c608c6ca3b91fbb45ba824d0603120 Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Sun, 21 Jan 2018 19:17:50 -0500 Subject: [PATCH] version: 1.6.0 --- README.md | 2 +- man/man1/screenfetch-c.1 | 2 +- src/version.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3bb0334..9860739 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ screenfetch-c [![Build Status](https://drone.io/github.com/woodruffw/screenfetch-c/status.png)](https://drone.io/github.com/woodruffw/screenfetch-c/latest) -## Current Version: 1.4 (release) +## Current Version: 1.6 (release) screenfetch-c is an attempt to rewrite screenFetch, a popular shell script that displays system information and an ASCII logo, in the C diff --git a/man/man1/screenfetch-c.1 b/man/man1/screenfetch-c.1 index 1182d04..8bd4062 100755 --- a/man/man1/screenfetch-c.1 +++ b/man/man1/screenfetch-c.1 @@ -1,6 +1,6 @@ .\" Manpage for screenfetch-c .\" Contact woodruffw on GitHub or at william @ tuffbizz.com to report any bugs or errors -.TH screenfetch-c 1 "04 August 2013" "1.5r" "User Commands" +.TH screenfetch-c 1 "04 August 2013" "1.6r" "User Commands" .SH NAME .BR screenfetch-c " - Display computer information and an ASCII logo" .SH SYNOPSIS diff --git a/src/version.h b/src/version.h index c7bf24d..9d85d91 100644 --- a/src/version.h +++ b/src/version.h @@ -11,7 +11,7 @@ /* version macros */ #define SCREENFETCH_C_VERSION_MAJOR "1" -#define SCREENFETCH_C_VERSION_MINOR "5" +#define SCREENFETCH_C_VERSION_MINOR "6" #define SCREENFETCH_C_VERSION_RELEASE "0" #endif /* SCREENFETCH_C_VERSION_H */