This is an automated email from the git hooks/post-receive script.

carnil pushed a commit to branch master
in repository libsys-virt-perl.

commit e80631c910f3bc2028048638fefbe62fdacc6a91
Author: Daniel P. Berrange <berra...@redhat.com>
Date:   Tue Dec 5 11:46:10 2017 +0000

    Post-release version bump to 4.0.0
    
    Signed-off-by: Daniel P. Berrange <berra...@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 1f52849..3763b1d 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for perl module Sys::Virt
 
+4.0.0 2018-00-00
+
+ - XXX
+
 3.9.1 2017-12-05
 
  - Fix package location of lifecycle constants
diff --git a/Makefile.PL b/Makefile.PL
index abade71..86f04ca 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 = "3.9.0";
+my $libvirtver = "4.0.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 9fec52b..5b21bb7 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 3.9.0
+The current minimum required version of libvirt is 4.0.0
 
 -- End
diff --git a/lib/Sys/Virt.pm b/lib/Sys/Virt.pm
index 0aa693a..2ce7ed5 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 = '3.9.1';
+our $VERSION = '4.0.0';
 require XSLoader;
 XSLoader::load('Sys::Virt', $VERSION);
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libsys-virt-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to