bump version

This commit is contained in:
Thomas von Dein
2017-09-18 13:35:08 +02:00
parent 71aeaada6b
commit b3b84c6b20
3 changed files with 11 additions and 7 deletions

View File

@@ -1,3 +1,7 @@
2.01:
dict.leo.org now forces SSL via Cloudflare, we follow suit.
2.00: 2.00:
Fixed rt.cpan.org#119714 rt.cpan.org#120563 and https://github.com/TLINDEN/leo/pull/1: Fixed rt.cpan.org#119714 rt.cpan.org#120563 and https://github.com/TLINDEN/leo/pull/1:

4
README
View File

@@ -37,10 +37,10 @@ HISTORY
COPYRIGHT COPYRIGHT
WWW::Dict::Leo::Org + leo WWW::Dict::Leo::Org + leo
Copyright (c) 2007-2016 by Thomas v.D. <tlinden@cpan.org> Copyright (c) 2007-2017 by Thomas v.D. <tlinden@cpan.org>
http://dict.leo.org/ http://dict.leo.org/
Copyright (c) 1995-2016 LEO Dictionary Team. Copyright (c) 1995-2017 LEO Dictionary Team.
The search results returned by leo are based on the work of the people The search results returned by leo are based on the work of the people
at LEO.org. Thanks for the great work. at LEO.org. Thanks for the great work.

10
leo
View File

@@ -13,7 +13,7 @@
# All other brand and product names are trademarks, registered trademarks # All other brand and product names are trademarks, registered trademarks
# or service marks of their respective holders. # or service marks of their respective holders.
#use lib qw(blib/lib); use lib qw(blib/lib);
use utf8; use utf8;
@@ -33,7 +33,7 @@ my $default_c = "\033[0m"; # reset default terminal color
my $bold_c = "\033[0;34m"; # blue color my $bold_c = "\033[0;34m"; # blue color
my $copy_c = "\033[0;35m"; # copyright message color (green) my $copy_c = "\033[0;35m"; # copyright message color (green)
my $version = "2.00"; my $version = "2.01";
my $config = $ENV{HOME} . "/.leo"; my $config = $ENV{HOME} . "/.leo";
my $cache = $ENV{HOME} . "/.leo-CACHE.db"; my $cache = $ENV{HOME} . "/.leo-CACHE.db";
@@ -645,9 +645,9 @@ to me, thanks.
=head1 COPYRIGHT =head1 COPYRIGHT
B<leo> copyleft 2000-2016 Thomas v.D.. All rights reserved. B<leo> copyleft 2000-2017 Thomas v.D.. All rights reserved.
http://dict.leo.org/ copyright (c) 1995-2016 LEO Dictionary Team. http://dict.leo.org/ copyright (c) 1995-2017 LEO Dictionary Team.
The search results returned by B<leo> are based on the work The search results returned by B<leo> are based on the work
@@ -670,6 +670,6 @@ browser, what is not prohibited. At least not today.
=head1 VERSION =head1 VERSION
This is the manpage for B<leo> version B<1.43>. This is the manpage for B<leo> version B<2.01>.
=cut =cut