Signed-off-by: Michal Privoznik <mprivozn(a)redhat.com>
---
Changes | 4 ++++
Makefile.PL | 2 +-
README | 2 +-
lib/Sys/Virt.pm | 2 +-
4 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/Changes b/Changes
index 51a47e4..20a20a2 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
Revision history for perl module Sys::Virt
+2.3.0 2016-00-00
+
+ - XXX
+
2.2.0 2016-00-00
- Add virConnectNodeDeviceEventRegisterAny and
diff --git a/Makefile.PL b/Makefile.PL
index fd3f419..7719ce0 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -3,7 +3,7 @@ use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
-my $libvirtver = "2.2.0";
+my $libvirtver = "2.3.0";
my $stat = system "pkg-config --atleast-version=$libvirtver libvirt";
die "cannot run pkg-config to check libvirt version" if $stat == -1;
die "libvirt >= $libvirtver is required\n" unless $stat == 0;
diff --git a/README b/README
index e1f371a..67f4680 100644
--- a/README
+++ b/README
@@ -7,6 +7,6 @@ further details on libvirt consult its website
http://libvirt.org/
The only pre-requisite for this module is libvirt itself. For
installation instructions, consult the INSTALL file.
-The current minimum required version of libvirt is 2.2.0
+The current minimum required version of libvirt is 2.3.0
-- End
diff --git a/lib/Sys/Virt.pm b/lib/Sys/Virt.pm
index 06c6d2d..ec3a92a 100644
--- a/lib/Sys/Virt.pm
+++ b/lib/Sys/Virt.pm
@@ -78,7 +78,7 @@ use Sys::Virt::NWFilter;
use Sys::Virt::DomainSnapshot;
use Sys::Virt::Stream;
-our $VERSION = '2.2.0';
+our $VERSION = '2.3.0';
require XSLoader;
XSLoader::load('Sys::Virt', $VERSION);
--
2.8.4