mirror of https://gitee.com/openkylin/libvirt.git
maint: next release is 1.2.0
I didn't find any other instances with: git grep '1\.1\.5' * src/test/test_driver.c (testDriver): Tweak version info. Signed-off-by: Eric Blake <eblake@redhat.com>
This commit is contained in:
parent
c677ee8529
commit
d68f16447d
|
@ -7193,7 +7193,7 @@ static virDriver testDriver = {
|
||||||
.domainRevertToSnapshot = testDomainRevertToSnapshot, /* 1.1.4 */
|
.domainRevertToSnapshot = testDomainRevertToSnapshot, /* 1.1.4 */
|
||||||
.domainSnapshotDelete = testDomainSnapshotDelete, /* 1.1.4 */
|
.domainSnapshotDelete = testDomainSnapshotDelete, /* 1.1.4 */
|
||||||
|
|
||||||
.connectBaselineCPU = testConnectBaselineCPU, /* 1.1.5 */
|
.connectBaselineCPU = testConnectBaselineCPU, /* 1.2.0 */
|
||||||
};
|
};
|
||||||
|
|
||||||
static virNetworkDriver testNetworkDriver = {
|
static virNetworkDriver testNetworkDriver = {
|
||||||
|
|
Loading…
Reference in New Issue