← Prev in month ← Prev in thread

[PATCH] virtio-html.cfg: use variable for spec version

From
Michael S. Tsirkin <>
Date
2022-04-21T15:29:47+00:00
ID
Thread
[PATCH] virtio-html.cfg: use variable for spec version
this way it gets updated automatically

Signed-off-by: Michael S. Tsirkin <>
---
 virtio-html.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtio-html.cfg b/virtio-html.cfg
index 80212aa..c80d5eb 100644
--- a/virtio-html.cfg
+++ b/virtio-html.cfg
@@ -17,7 +17,7 @@
 	
 	%%\Configure{HColWidth}{\HCode{ style="min-width:\HColWidth"}}
 
-	\Configure{@TITLE}{Virtual I/O Device (VIRTIO) Version 1.1}
+	\Configure{@TITLE}{Virtual I/O Device (VIRTIO) Version \virtiorev}
 	\Css{body { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; }}     
 	\Css{h1 { color:\#552681; font-size:150\%; }}
 	\Css{h2 { color:\#552681; font-size:140\%; }}
-- 
MST
← Prev in month ← Prev in thread