diff options
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.0.0" +#define VERSION "1.1.1" /* Size of the buffer used to clone stdin. */ #define BUFSIZE 8000 |