summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXfennec <xfennec@cqfd-corp.org>2021-03-04 11:26:40 +0100
committerXfennec <xfennec@cqfd-corp.org>2021-03-04 11:26:40 +0100
commit3e27660f110e153a907d875f611b344f820c532e (patch)
tree0697690e34ce4a5e5ce589d9ecccef13796138d7
parentdee112c05884b74322de6caa723e92e7805267d5 (diff)
bump versionv0.16
-rw-r--r--progress.c2
-rw-r--r--progress.h2
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