mirror of
https://codeberg.org/scip/leo.git
synced 2025-12-16 04:01:04 +01:00
bump version
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2.01:
|
||||
|
||||
dict.leo.org now forces SSL via Cloudflare, we follow suit.
|
||||
|
||||
2.00:
|
||||
|
||||
Fixed rt.cpan.org#119714 rt.cpan.org#120563 and https://github.com/TLINDEN/leo/pull/1:
|
||||
|
||||
4
README
4
README
@@ -37,10 +37,10 @@ HISTORY
|
||||
COPYRIGHT
|
||||
|
||||
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/
|
||||
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
|
||||
at LEO.org. Thanks for the great work.
|
||||
|
||||
10
leo
10
leo
@@ -13,7 +13,7 @@
|
||||
# All other brand and product names are trademarks, registered trademarks
|
||||
# or service marks of their respective holders.
|
||||
|
||||
#use lib qw(blib/lib);
|
||||
use lib qw(blib/lib);
|
||||
|
||||
use utf8;
|
||||
|
||||
@@ -33,7 +33,7 @@ my $default_c = "\033[0m"; # reset default terminal color
|
||||
my $bold_c = "\033[0;34m"; # blue color
|
||||
my $copy_c = "\033[0;35m"; # copyright message color (green)
|
||||
|
||||
my $version = "2.00";
|
||||
my $version = "2.01";
|
||||
my $config = $ENV{HOME} . "/.leo";
|
||||
my $cache = $ENV{HOME} . "/.leo-CACHE.db";
|
||||
|
||||
@@ -645,9 +645,9 @@ to me, thanks.
|
||||
|
||||
=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
|
||||
@@ -670,6 +670,6 @@ browser, what is not prohibited. At least not today.
|
||||
|
||||
=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
|
||||
|
||||
Reference in New Issue
Block a user