Skip to content

Commit

Permalink
v4.25.9p3
Browse files Browse the repository at this point in the history
  • Loading branch information
azumakuniyuki committed Nov 8, 2020
1 parent 38f6d2f commit 75b43c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ RELEASE NOTES for Perl version of Sisimai
- download: "https://metacpan.org/pod/Sisimai"
- document: "https://libsisimai.org/"

v4.25.9p2
v4.25.9p3
--------------------------------------------------------------------------------
- release: ""
- version: ""
- changes:
- #415 Code improvement for `Source-IP` field on ARF. Thanks to @cucx
- #416 Exim and X3 in `Sisimai::Lhost` improved. Thanks to @AmarkhiS

v4.25.9
Expand Down
2 changes: 1 addition & 1 deletion lib/Sisimai.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Sisimai;
use feature ':5.10';
use strict;
use warnings;
use version; our $VERSION = version->declare('v4.25.9'); our $PATCHLV = 2;
use version; our $VERSION = version->declare('v4.25.9'); our $PATCHLV = 3;

sub version { return substr($VERSION->stringify, 1).($PATCHLV > 0 ? 'p'.$PATCHLV : '') }
sub sysname { 'bouncehammer' }
Expand Down

0 comments on commit 75b43c9

Please sign in to comment.