Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Xfennec committed Mar 4, 2021
1 parent dee112c commit 3e27660
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion progress.c
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,7 @@ while(1) {

switch (c) {
case 'v':
printf("progress version %s\n",PROGRESS_VERSION);
printf("progress version %s\n", PROGRESS_VERSION);
exit(EXIT_SUCCESS);
break;

Expand Down
2 changes: 1 addition & 1 deletion progress.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

#include "hlist.h"

#define PROGRESS_VERSION "0.15"
#define PROGRESS_VERSION "0.16"

#define PROC_PATH "/proc"
#define MAX_PIDS 32
Expand Down

0 comments on commit 3e27660

Please sign in to comment.