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:
Eric Blake 2013-11-25 07:31:08 -07:00
parent c677ee8529
commit d68f16447d
1 changed files with 1 additions and 1 deletions

View File

@ -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 = {