[libflickr-api-perl] 40/40: bump version to 1.08 for release

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Sat Jul 25 21:12:20 UTC 2015


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

kanashiro-guest pushed a commit to tag 1.08
in repository libflickr-api-perl.

commit 5bb158be0fc88a36cf8f1fd1b0b49dafa6a64085
Author: Cal Henderson <cal at iamcal.com>
Date:   Wed Jun 19 13:14:11 2013 -0700

    bump version to 1.08 for release
---
 Changes           | 3 +++
 lib/Flickr/API.pm | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/Changes b/Changes
index 1f6fc0b..1c97f60 100644
--- a/Changes
+++ b/Changes
@@ -27,3 +27,6 @@ Changes to Flickr::API
 
 1.07, 2013-05-23
  * Added flag to enable handling of native Unicode strings
+
+1.08, 2013-06-19
+ * Various cleanup from Gabor Szabo
diff --git a/lib/Flickr/API.pm b/lib/Flickr/API.pm
index 35d6b7f..7981156 100644
--- a/lib/Flickr/API.pm
+++ b/lib/Flickr/API.pm
@@ -12,7 +12,7 @@ use Encode qw(encode_utf8);
 
 our @ISA = qw(LWP::UserAgent);
 
-our $VERSION = '1.07';
+our $VERSION = '1.08';
 
 sub new {
 	my $class = shift;

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



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