From 3e27660f110e153a907d875f611b344f820c532e Mon Sep 17 00:00:00 2001 From: Xfennec Date: Thu, 4 Mar 2021 11:26:40 +0100 Subject: bump version --- progress.c | 2 +- progress.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- cgit v1.2.3