[libanyevent-rabbitmq-perl] 80/151: Raise version.

Damyan Ivanov dmn at moszumanska.debian.org
Thu Jan 16 11:03:05 UTC 2014


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

dmn pushed a commit to annotated tag debian/1.12-1
in repository libanyevent-rabbitmq-perl.

commit be7660850b17187a660323d1cb50c98845b9c986
Author: Johannes Plunien <johannes.plunien at xing.com>
Date:   Thu Mar 10 12:57:37 2011 +0100

    Raise version.
---
 lib/AnyEvent/RabbitMQ.pm            | 2 +-
 lib/AnyEvent/RabbitMQ/Channel.pm    | 2 +-
 lib/AnyEvent/RabbitMQ/LocalQueue.pm | 2 +-
 lib/Net/RabbitFoot.pm               | 2 +-
 lib/Net/RabbitFoot/Channel.pm       | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/lib/AnyEvent/RabbitMQ.pm b/lib/AnyEvent/RabbitMQ.pm
index 8fa363a..5402207 100644
--- a/lib/AnyEvent/RabbitMQ.pm
+++ b/lib/AnyEvent/RabbitMQ.pm
@@ -15,7 +15,7 @@ use Net::AMQP::Common qw(:all);
 use AnyEvent::RabbitMQ::Channel;
 use AnyEvent::RabbitMQ::LocalQueue;
 
-our $VERSION = '1.02';
+our $VERSION = '1.03';
 
 sub new {
     my $class = shift;
diff --git a/lib/AnyEvent/RabbitMQ/Channel.pm b/lib/AnyEvent/RabbitMQ/Channel.pm
index fe0b0a7..a7b9172 100644
--- a/lib/AnyEvent/RabbitMQ/Channel.pm
+++ b/lib/AnyEvent/RabbitMQ/Channel.pm
@@ -6,7 +6,7 @@ use warnings;
 use Scalar::Util qw(weaken);
 use AnyEvent::RabbitMQ::LocalQueue;
 
-our $VERSION = '1.02';
+our $VERSION = '1.03';
 
 sub new {
     my $class = shift;
diff --git a/lib/AnyEvent/RabbitMQ/LocalQueue.pm b/lib/AnyEvent/RabbitMQ/LocalQueue.pm
index 2bed0a1..4169dc8 100644
--- a/lib/AnyEvent/RabbitMQ/LocalQueue.pm
+++ b/lib/AnyEvent/RabbitMQ/LocalQueue.pm
@@ -3,7 +3,7 @@ package AnyEvent::RabbitMQ::LocalQueue;
 use strict;
 use warnings;
 
-our $VERSION = '1.02';
+our $VERSION = '1.03';
 
 sub new {
     my $class = shift;
diff --git a/lib/Net/RabbitFoot.pm b/lib/Net/RabbitFoot.pm
index c49a163..0b1a75b 100644
--- a/lib/Net/RabbitFoot.pm
+++ b/lib/Net/RabbitFoot.pm
@@ -11,7 +11,7 @@ use File::ShareDir ();
 
 use Net::RabbitFoot::Channel;
 
-our $VERSION = '1.02';
+our $VERSION = '1.03';
 
 BEGIN {
     for my $method (qw(connect close)) {
diff --git a/lib/Net/RabbitFoot/Channel.pm b/lib/Net/RabbitFoot/Channel.pm
index 6c00e32..f2fc6f1 100644
--- a/lib/Net/RabbitFoot/Channel.pm
+++ b/lib/Net/RabbitFoot/Channel.pm
@@ -8,7 +8,7 @@ use Coro::AnyEvent;
 
 use AnyEvent::RabbitMQ::Channel;
 
-our $VERSION = '1.02';
+our $VERSION = '1.03';
 
 BEGIN {
     for my $method (qw(

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



More information about the Pkg-perl-cvs-commits mailing list