specs: Local discovery version was bumped

This commit is contained in:
Jakob Borg
2016-07-05 14:58:24 +02:00
parent 77f8d085e5
commit 22fea7df4e
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -288,8 +288,8 @@ man_pages = [
('specs/bep-v1', 'syncthing-bep',
'Block Exchange Protocol v1',
['The Syncthing Authors'], 7),
('specs/localdisco-v3', 'syncthing-localdisco',
'Local Discovery Protocol v3',
('specs/localdisco-v4', 'syncthing-localdisco',
'Local Discovery Protocol v4',
['The Syncthing Authors'], 7),
('specs/globaldisco-v3', 'syncthing-globaldisco',
'Global Discovery Protocol v3',
+1 -1
View File
@@ -9,7 +9,7 @@ Specifications
:ref:`globaldisco-v3`
The protocol used for global discovery over the Internet.
:ref:`localdisco-v3`
:ref:`localdisco-v4`
The protocol used for local discovery within a broadcast domain (LAN).
:ref:`relay-v1`
+1 -1
View File
@@ -1,4 +1,4 @@
.. _localdisco-v3:
.. _localdisco-v4:
Local Discovery Protocol v4
===========================