aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2012-08-01 11:00:35 -0600
committerDaniel Veillard <veillard@redhat.com>2012-08-02 18:55:43 +0800
commit1d170d3f9afce53b748acdbc0612758bba39aa35 (patch)
treeff007c6b6d27f8508eb51bf565e2ebc302c70090 /docs
parentRemove unused uuidstr variable from datatypes.c (diff)
downloadlibvirt-1d170d3f9afce53b748acdbc0612758bba39aa35.tar.gz
libvirt-1d170d3f9afce53b748acdbc0612758bba39aa35.tar.bz2
libvirt-1d170d3f9afce53b748acdbc0612758bba39aa35.zip
build: commit to 0.10.0 release naming
With 0.10.0-rc0 out the door, we are committed to the next version number. * src/libvirt_public.syms (LIBVIRT_0.9.14): Rename... (LIBVIRT_0.10.0): ...to this. * docs/formatdomain.html.in: Fix fallout. * src/openvz/openvz_driver.c (openvzDriver): Likewise. * src/remote/remote_driver.c (remote_driver): Likewise.
Diffstat (limited to 'docs')
-rw-r--r--docs/formatdomain.html.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in
index c83457789..f97c630be 100644
--- a/docs/formatdomain.html.in
+++ b/docs/formatdomain.html.in
@@ -780,7 +780,7 @@
CPU model will fail. Supported values for <code>fallback</code>
attribute are: <code>allow</code> (this is the default), and
<code>forbid</code>. The optional <code>vendor_id</code> attribute
- (<span class="since">Since 0.9.14</span>) can be used to set the
+ (<span class="since">Since 0.10.0</span>) can be used to set the
vendor id seen by the guest. It must be exactly 12 characters long.
If not set the vendor id of the host is used. Typical possible
values are "AuthenticAMD" and "GenuineIntel".</dd>