Skip to content

Commit

Permalink
fixed and clarified versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
woodruffw committed Jul 24, 2014
1 parent ec5ec9f commit 24f5f9a
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 5 deletions.
2 changes: 2 additions & 0 deletions manpage/screenfetch-c.1
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ To remove your existing manual configuration, simply delete the \fB.screenfetchc
Note: \fB.screenfetchc\fP's format isn't exactly human\-friendly, so editing it manually is NOT recommended. If you make a mistake during input, the safest fix is to delete \fB.screenfetchc\fP and start from the beginning.

.SH RELEASE HISTORY
Note: Revisions are not counted in the release history.

\fB0.1\fP \- ALPHA \- INCOMPLETE, UNCOMPILED

\fB0.5\fP \- ALPHA \- INCOMPLETE, TEST COMPILED
Expand Down
3 changes: 1 addition & 2 deletions src/screenfetch-c.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/* screenfetch-c.c
Author: William Woodruff
Source Version: 1.2 - Release
-------------
A rewrite of screenFetch.sh in C.
Expand Down Expand Up @@ -2377,7 +2376,7 @@ void main_text_output(char* data[], char* data_names[])
*/
void display_version(void)
{
printf("%s\n", TBLU "screenfetch-c - Version 1.2 Release" TNRM);
printf("%s\n", TBLU "screenfetch-c - Version 1.2, revision 2" TNRM);
return;
}

Expand Down
1 change: 0 additions & 1 deletion src/screenfetch-c.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/* screenfetch-c.h
Author: William Woodruff
Source Version: 1.2 - Release
-------------
The functions, macros, and ascii logos used in screenfetch-c.c are defined/prototyped here.
Expand Down
1 change: 0 additions & 1 deletion src/thread.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/* thread.c
Author: William Woodruff
Source Version: 1.2 - Release
-------------
This file provides a very basic abstraction of the pthread and winapi thread APIs.
Expand Down
1 change: 0 additions & 1 deletion src/thread.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/* thread.h
Author: William Woodruff
Source Version: 1.2 - Release
-------------
This file contains the function prototypes and macros required by thread.c
Expand Down

0 comments on commit 24f5f9a

Please sign in to comment.