From feef2807be9e003af517877553f27a4bb10efb6a Mon Sep 17 00:00:00 2001 From: Emmanuel Lacour Date: Wed, 12 Mar 2014 17:46:24 +0100 Subject: [PATCH] Upgrade copyright, changelog and version --- Changes | 4 ++++ META.yml | 2 +- README | 2 +- lib/RT/Extension/SearchResults/XLS.pm | 6 +++--- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/Changes b/Changes index 850772c..e77efc7 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ Revision history for RT-Extension-SearchResults-XLS +0.08 Wed, 12 Mar 2014 17:17:53 +0100 + Add support for RT 4.2.x + Require RT >= 4.2.0 + 0.07 Wed, 11 May 2011 17:11:27 +0200 Add support for RT 4.x tabs format Fix a bug where cells content starting by "=" as interpreted as diff --git a/META.yml b/META.yml index 9da42b3..43f16db 100644 --- a/META.yml +++ b/META.yml @@ -24,4 +24,4 @@ requires: resources: license: http://dev.perl.org/licenses/ repository: git://git.home-dn.net/manu/RT-Extension-SearchResults-XLS.git -version: 0.07 +version: 0.08 diff --git a/README b/README index d13bba8..da4eb99 100644 --- a/README +++ b/README @@ -42,7 +42,7 @@ You can also look for information at: COPYRIGHT AND LICENCE -Copyright (C) 2008-2010 Emmanuel Lacour +Copyright (C) 2008-2014 Emmanuel Lacour This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff --git a/lib/RT/Extension/SearchResults/XLS.pm b/lib/RT/Extension/SearchResults/XLS.pm index 94ea57e..47abad1 100644 --- a/lib/RT/Extension/SearchResults/XLS.pm +++ b/lib/RT/Extension/SearchResults/XLS.pm @@ -9,11 +9,11 @@ RT::Extension::SearchResults::XLS - Add Excel format export to RT search results =head1 VERSION -Version 0.07 +Version 0.08 =cut -our $VERSION = '0.07'; +our $VERSION = '0.08'; =head1 SYNOPSIS @@ -70,7 +70,7 @@ L =head1 COPYRIGHT & LICENSE -Copyright 2008-2010 Emmanuel Lacour, all rights reserved. +Copyright 2008-2014 Emmanuel Lacour, all rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. -- 2.11.0