summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStefano Zacchiroli <zack@debian.org>2013-09-04 17:06:11 +0200
committerStefano Zacchiroli <zack@debian.org>2014-05-04 18:24:24 +0200
commit25252738d5ad6042b356f2d6bec2ca52ef08a1e2 (patch)
tree752e25bfcbea62a0a9639afae4e60eec6be08aba /doc
parentcb3c3b6fda20ecfe5e6b2644da7391eb03845e91 (diff)
EDSP: bump protocol version to 0.5
Diffstat (limited to 'doc')
-rw-r--r--doc/external-dependency-solver-protocol.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/external-dependency-solver-protocol.txt b/doc/external-dependency-solver-protocol.txt
index 3f2da2195..7d41571de 100644
--- a/doc/external-dependency-solver-protocol.txt
+++ b/doc/external-dependency-solver-protocol.txt
@@ -1,4 +1,4 @@
-# APT External Dependency Solver Protocol (EDSP) - version 0.4
+# APT External Dependency Solver Protocol (EDSP) - version 0.5
This document describes the communication protocol between APT and
external dependency solvers. The protocol is called APT EDSP, for "APT
@@ -114,7 +114,7 @@ and followed by a mixture of action and preference fields.
The value of the **Request:** field is a string describing the EDSP
protocol which will be used to communicate. At present, the string must
-be `EDSP 0.4`. Request fields are mainly used to identify the beginning
+be `EDSP 0.5`. Request fields are mainly used to identify the beginning
of a request stanza; their actual values are otherwise not used by the
EDSP protocol.