Skip to content

Commit 35d6c32

Browse files
committed
Bump version.
1 parent 8b2e27f commit 35d6c32

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

Changes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Revision history for Perl extension Algorithm::LibLinear
22

3+
0.27 Tue 18 Feb 2025
4+
- Bundle LIBLINEAR 2.48.
5+
36
0.26 Mon 24 Jul 2023
47
- Bundle LIBLINEAR 2.47, featuring performance improvement on one-class
58
SVM solver.

README.pod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Algorithm::LibLinear - A Perl binding for LIBLINEAR, a library for classificatio
3838

3939
Algorithm::LibLinear is an XS module that provides features of LIBLINEAR, a fast C library for classification and regression.
4040

41-
Current version is based on LIBLINEAR 2.47, released on July 9, 2023.
41+
Current version is based on LIBLINEAR 2.48, released on January 5, 2025.
4242

4343
=head1 METHODS
4444

@@ -189,7 +189,7 @@ L<Algorithm::SVM> - A Perl binding to LIBSVM.
189189

190190
=head2 Algorithm::LibLinear
191191

192-
Copyright (c) 2013-2023 Koichi SATO. All rights reserved.
192+
Copyright (c) 2013-2025 Koichi SATO. All rights reserved.
193193

194194
The MIT License (MIT)
195195

@@ -201,7 +201,7 @@ THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMP
201201

202202
=head2 LIBLINEAR
203203

204-
Copyright (c) 2007-2023 The LIBLINEAR Project.
204+
Copyright (c) 2007-2025 The LIBLINEAR Project.
205205
All rights reserved.
206206

207207
Redistribution and use in source and binary forms, with or without

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.26';
13+
our $VERSION = '0.27';
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.47, released on July 9, 2023.
243+
Current version is based on LIBLINEAR 2.48, released on January 5, 2025.
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-2023 Koichi SATO. All rights reserved.
394+
Copyright (c) 2013-2025 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-2023 The LIBLINEAR Project.
406+
Copyright (c) 2007-2025 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)