diff --git a/progress.c b/progress.c index cb7f6a9..b329023 100644 --- a/progress.c +++ b/progress.c @@ -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; diff --git a/progress.h b/progress.h index e2a2c9d..ee7b800 100644 --- a/progress.h +++ b/progress.h @@ -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