summaryrefslogtreecommitdiff
path: root/rsync.h
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2009-01-14 07:38:37 -0800
committerWayne Davison <wayned@samba.org>2009-01-14 07:38:37 -0800
commitabd32c9585158286d5b1800e5476477da18c48dc (patch)
treeb585e065a197aed253b18a2fda499814823dd996 /rsync.h
parent01e293f1b52bd16b5b487f5003cce4948786c474 (diff)
downloadrsync-abd32c9585158286d5b1800e5476477da18c48dc.tar.gz
Send the --stats option for proper del-stats operation.
Diffstat (limited to 'rsync.h')
-rw-r--r--rsync.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rsync.h b/rsync.h
index 088f90e7..bcce2f03 100644
--- a/rsync.h
+++ b/rsync.h
@@ -96,7 +96,7 @@
/* This is used when working on a new protocol version in CVS, and should
* be a new non-zero value for each CVS change that affects the protocol.
* It must ALWAYS be 0 when the protocol goes final (and NEVER before)! */
-#define SUBPROTOCOL_VERSION 2
+#define SUBPROTOCOL_VERSION 3
/* We refuse to interoperate with versions that are not in this range.
* Note that we assume we'll work with later versions: the onus is on