aboutsummaryrefslogtreecommitdiff
path: root/rpt.c
diff options
context:
space:
mode:
authorTristan Riehs <tristan.riehs@bordeaux-inp.fr>2023-11-11 21:21:37 +0100
committerTristan Riehs <tristan.riehs@bordeaux-inp.fr>2023-11-11 21:21:37 +0100
commit7a307a7ec28329776220e34843d05617934c4763 (patch)
treef0c3b24542347c630b5464d726389ab96bd8e0f5 /rpt.c
parent180f7af84e671e0ed96d5ec85da379121f4749e5 (diff)
version updated
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 d953e6f..65e827d 100644
--- a/rpt.c
+++ b/rpt.c
@@ -10,7 +10,7 @@
#include <sys/wait.h>
#include <unistd.h>
-#define VERSION "1.1.1"
+#define VERSION "1.1.3"
/* Size of the buffer used to clone stdin. */
#define BUFSIZE 8000