]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Try to appease CI
authorRichard Gibson <richard.gibson@gmail.com>
Mon, 17 Sep 2018 14:33:20 +0000 (10:33 -0400)
committerRichard Gibson <richard.gibson@gmail.com>
Tue, 16 Oct 2018 21:46:27 +0000 (17:46 -0400)
pdns/dnsdistdist/docs/reference/dq.rst

index a716cfd6e19eddcc34d57ae9c85adc7aa558ac22..c5f2b7dcf141aa1a5203a12acad2a0cd4b796534 100644 (file)
@@ -111,7 +111,7 @@ This state can be modified from the various hooks.
 
   .. method:: DNSQuestion:getTrailingData() -> table
 
-    .. versionadded:: >1.3.2
+    .. versionadded:: 1.4.0
 
     Get all data following the DNS message.
 
@@ -144,7 +144,7 @@ This state can be modified from the various hooks.
 
   .. method:: DNSQuestion:setTrailingData(bytes) -> bool
 
-    .. versionadded:: >1.3.2
+    .. versionadded:: 1.4.0
 
     Set the data following the DNS message, overwriting anything already present.