mercurial/wireprototypes.py
changeset 40176 41263df08109
parent 40172 30f70d11c224
child 40328 2c55716f8a1c
--- a/mercurial/wireprototypes.py	Mon Oct 08 17:54:14 2018 -0700
+++ b/mercurial/wireprototypes.py	Mon Oct 08 18:17:12 2018 -0700
@@ -25,8 +25,8 @@
 SSHV1 = 'ssh-v1'
 # These are advertised over the wire. Increment the counters at the end
 # to reflect BC breakages.
-SSHV2 = 'exp-ssh-v2-0002'
-HTTP_WIREPROTO_V2 = 'exp-http-v2-0002'
+SSHV2 = 'exp-ssh-v2-0003'
+HTTP_WIREPROTO_V2 = 'exp-http-v2-0003'
 
 NARROWCAP = 'exp-narrow-1'
 ELLIPSESCAP = 'exp-ellipses-1'