Got rid of support for protocols 17 and 18.
[rsync/rsync.git] / rsync.h
diff --git a/rsync.h b/rsync.h
index 73ba1d9..e89b43c 100644 (file)
--- a/rsync.h
+++ b/rsync.h
@@ -70,7 +70,7 @@
  * unlikely to begin by sending a byte between MIN_PROTOCL_VERSION and
  * MAX_PROTOCOL_VERSION. */
 
-#define MIN_PROTOCOL_VERSION 17
+#define MIN_PROTOCOL_VERSION 19
 #define OLD_PROTOCOL_VERSION 20
 #define MAX_PROTOCOL_VERSION 40