mirror of https://gitee.com/openkylin/libvirt.git
Post-release version bump to 1.3.0
Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
This commit is contained in:
parent
5ba01683b6
commit
3d0c59e5bb
|
@ -16,7 +16,7 @@ dnl You should have received a copy of the GNU Lesser General Public
|
|||
dnl License along with this library. If not, see
|
||||
dnl <http://www.gnu.org/licenses/>.
|
||||
|
||||
AC_INIT([libvirt], [1.2.22], [libvir-list@redhat.com], [], [http://libvirt.org])
|
||||
AC_INIT([libvirt], [1.3.0], [libvir-list@redhat.com], [], [http://libvirt.org])
|
||||
AC_CONFIG_SRCDIR([src/libvirt.c])
|
||||
AC_CONFIG_AUX_DIR([build-aux])
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
|
|
|
@ -5421,8 +5421,8 @@ static virHypervisorDriver libxlHypervisorDriver = {
|
|||
#endif
|
||||
.nodeGetFreeMemory = libxlNodeGetFreeMemory, /* 0.9.0 */
|
||||
.nodeGetCellsFreeMemory = libxlNodeGetCellsFreeMemory, /* 1.1.1 */
|
||||
.domainMemoryStats = libxlDomainMemoryStats, /* 1.2.22 */
|
||||
.domainGetCPUStats = libxlDomainGetCPUStats, /* 1.2.22 */
|
||||
.domainMemoryStats = libxlDomainMemoryStats, /* 1.3.0 */
|
||||
.domainGetCPUStats = libxlDomainGetCPUStats, /* 1.3.0 */
|
||||
.connectDomainEventRegister = libxlConnectDomainEventRegister, /* 0.9.0 */
|
||||
.connectDomainEventDeregister = libxlConnectDomainEventDeregister, /* 0.9.0 */
|
||||
.domainManagedSave = libxlDomainManagedSave, /* 0.9.2 */
|
||||
|
|
|
@ -1493,7 +1493,7 @@ static virHypervisorDriver vzDriver = {
|
|||
.domainShutdown = vzDomainShutdown, /* 0.10.0 */
|
||||
.domainCreate = vzDomainCreate, /* 0.10.0 */
|
||||
.domainCreateWithFlags = vzDomainCreateWithFlags, /* 1.2.10 */
|
||||
.domainReboot = vzDomainReboot, /* 1.2.22 */
|
||||
.domainReboot = vzDomainReboot, /* 1.3.0 */
|
||||
.domainDefineXML = vzDomainDefineXML, /* 0.10.0 */
|
||||
.domainDefineXMLFlags = vzDomainDefineXMLFlags, /* 1.2.12 */
|
||||
.domainUndefine = vzDomainUndefine, /* 1.2.10 */
|
||||
|
|
Loading…
Reference in New Issue