From 21068d8e87cfe777aed2735a3241084b313109ad Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sat, 11 Nov 2006 05:09:10 +0000 Subject: [PATCH] Increased the PROTOCOL_VERSION to 30. --- OLDNEWS | 2 +- rsync.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/OLDNEWS b/OLDNEWS index c8310321..ca962202 100644 --- a/OLDNEWS +++ b/OLDNEWS @@ -2243,7 +2243,7 @@ Changes since 2.4.6: Partial Protocol History RELEASE DATE VER. DATE OF COMMIT* PROTOCOL - ?? ??? 2007 3.0.0 ?? ??? ???? 30 + ?? ??? 2007 3.0.0 11 Nov 2006 30 06 Nov 2006 2.6.9 29 22 Apr 2006 2.6.8 29 11 Mar 2006 2.6.7 29 diff --git a/rsync.h b/rsync.h index 4d3facca..54ed2d40 100644 --- a/rsync.h +++ b/rsync.h @@ -67,7 +67,7 @@ #define FLAG_MISSING (1<<6) /* generator */ /* update this if you make incompatible changes */ -#define PROTOCOL_VERSION 29 +#define PROTOCOL_VERSION 30 /* 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 -- 2.34.1