mercurial/wireprototypes.py
changeset 39814 d059cb669632
parent 39559 07b58266bce3
child 40020 ed919b90acda
--- a/mercurial/wireprototypes.py	Mon Sep 17 11:54:00 2018 -0700
+++ b/mercurial/wireprototypes.py	Thu Sep 20 12:57:23 2018 -0700
@@ -22,8 +22,8 @@
 SSHV1 = 'ssh-v1'
 # These are advertised over the wire. Increment the counters at the end
 # to reflect BC breakages.
-SSHV2 = 'exp-ssh-v2-0001'
-HTTP_WIREPROTO_V2 = 'exp-http-v2-0001'
+SSHV2 = 'exp-ssh-v2-0002'
+HTTP_WIREPROTO_V2 = 'exp-http-v2-0002'
 
 # All available wire protocol transports.
 TRANSPORTS = {