Increased the PROTOCOL_VERSION to 30.
authorWayne Davison <wayned@samba.org>
Sat, 11 Nov 2006 05:09:10 +0000 (05:09 +0000)
committerWayne Davison <wayned@samba.org>
Sat, 11 Nov 2006 05:09:10 +0000 (05:09 +0000)
OLDNEWS
rsync.h

diff --git a/OLDNEWS b/OLDNEWS
index c831032..ca96220 100644 (file)
--- a/OLDNEWS
+++ b/OLDNEWS
@@ -2243,7 +2243,7 @@ Changes since 2.4.6:
 \f
 Partial Protocol History
        RELEASE DATE    VER.    DATE OF COMMIT* PROTOCOL
 \f
 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
        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 4d3facc..54ed2d4 100644 (file)
--- a/rsync.h
+++ b/rsync.h
@@ -67,7 +67,7 @@
 #define FLAG_MISSING (1<<6)    /* generator */
 
 /* update this if you make incompatible changes */
 #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
 
 /* 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