diff options
author | Wayne Davison <wayned@samba.org> | 2013-09-28 13:55:54 -0700 |
---|---|---|
committer | Wayne Davison <wayned@samba.org> | 2013-09-28 13:55:54 -0700 |
commit | bc58313bf7f42f0993f7279299e8137e0f14f01c (patch) | |
tree | eae2e4c9bb37e8a5b43c259e89953a3663e62e15 /rsync.h | |
parent | de78297b61b302ded59b726ebf8e1e3b149fc153 (diff) | |
download | rsync-bc58313bf7f42f0993f7279299e8137e0f14f01c.tar.gz rsync-bc58313bf7f42f0993f7279299e8137e0f14f01c.tar.bz2 rsync-bc58313bf7f42f0993f7279299e8137e0f14f01c.zip |
Preparing for release of 3.1.0v3.1.0
Diffstat (limited to 'rsync.h')
-rw-r--r-- | rsync.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -103,7 +103,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 14 +#define SUBPROTOCOL_VERSION 0 /* 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 |