Skip to content

Commit 63a3e76

Browse files
committed
Bump version.
1 parent 64ea0d1 commit 63a3e76

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/Algorithm/LibLinear.pm

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ use Smart::Args::TypeTiny;
1010
use Types::Standard qw/ArrayRef Bool ClassName Dict Enum InstanceOf Int Num/;
1111
use XSLoader;
1212

13-
our $VERSION = '0.25';
13+
our $VERSION = '0.26';
1414

1515
XSLoader::load(__PACKAGE__, $VERSION);
1616

@@ -240,7 +240,7 @@ Algorithm::LibLinear - A Perl binding for LIBLINEAR, a library for classificatio
240240
241241
Algorithm::LibLinear is an XS module that provides features of LIBLINEAR, a fast C library for classification and regression.
242242
243-
Current version is based on LIBLINEAR 2.45, released on August 11, 2022.
243+
Current version is based on LIBLINEAR 2.47, released on July 9, 2023.
244244
245245
=head1 METHODS
246246
@@ -391,7 +391,7 @@ L<Algorithm::SVM> - A Perl binding to LIBSVM.
391391
392392
=head2 Algorithm::LibLinear
393393
394-
Copyright (c) 2013-2022 Koichi SATO. All rights reserved.
394+
Copyright (c) 2013-2023 Koichi SATO. All rights reserved.
395395
396396
The MIT License (MIT)
397397
@@ -403,7 +403,7 @@ THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMP
403403
404404
=head2 LIBLINEAR
405405
406-
Copyright (c) 2007-2022 The LIBLINEAR Project.
406+
Copyright (c) 2007-2023 The LIBLINEAR Project.
407407
All rights reserved.
408408
409409
Redistribution and use in source and binary forms, with or without

0 commit comments

Comments
 (0)