aboutsummaryrefslogtreecommitdiff
path: root/rpt.c
diff options
context:
space:
mode:
authorTristan Riehs <tristan.riehs@bordeaux-inp.fr>2023-11-11 20:59:38 +0100
committerTristan Riehs <tristan.riehs@bordeaux-inp.fr>2023-11-11 20:59:38 +0100
commit96fd02663c3175209382ab27fdaa7d157880798d (patch)
tree9e63618ca231623fbab1437e241533a68b429561 /rpt.c
parented30f5e285adc4b15875f2b8147571cf3d88f823 (diff)
manual page improved
Diffstat (limited to 'rpt.c')
-rw-r--r--rpt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpt.c b/rpt.c
index 6642491..ce3260c 100644
--- a/rpt.c
+++ b/rpt.c
@@ -10,7 +10,7 @@
#include <sys/wait.h>
#include <unistd.h>
-#define VERSION "1.0.0"
+#define VERSION "1.1.1"
/* Size of the buffer used to clone stdin. */
#define BUFSIZE 8000