diff options
author | Tristan Riehs <tristan.riehs@bordeaux-inp.fr> | 2023-11-11 21:21:37 +0100 |
---|---|---|
committer | Tristan Riehs <tristan.riehs@bordeaux-inp.fr> | 2023-11-11 21:21:37 +0100 |
commit | 7a307a7ec28329776220e34843d05617934c4763 (patch) | |
tree | f0c3b24542347c630b5464d726389ab96bd8e0f5 /rpt.c | |
parent | 180f7af84e671e0ed96d5ec85da379121f4749e5 (diff) |
version updated
Diffstat (limited to 'rpt.c')
-rw-r--r-- | rpt.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |