aboutsummaryrefslogtreecommitdiff
path: root/rpt.c
diff options
context:
space:
mode:
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