Skip to content

Commit

Permalink
Bump INT_MAX_PERL to version 5038000
Browse files Browse the repository at this point in the history
  • Loading branch information
atoomic committed Sep 4, 2023
1 parent d4ef817 commit 56b62c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PPPort_pm.PL
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ my @todo_list = reverse sort keys %todo;
# directories are empty (which should only happen during regeneration of the
# base and todo files).). Actually the final element is for blead (at the
# time things were regenerated), which is 1 beyond the max version supported.
my $INT_MAX_PERL = (@todo_list) ? $todo_list[0] - 1 : '5034000'; # used for __MAX_PERL__
my $INT_MAX_PERL = (@todo_list) ? $todo_list[0] - 1 : '5038000'; # used for __MAX_PERL__
my $MAX_PERL = format_version($INT_MAX_PERL);
my $INT_MIN_PERL = (@todo_list) ? $todo_list[-1] : 5003007;
my $MIN_PERL = format_version($INT_MIN_PERL);
Expand Down
2 changes: 1 addition & 1 deletion parts/inc/version
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ PERL_BCDVERSION

=implementation

#define D_PPP_RELEASE_DATE 1647561600 /* 2022-03-18 */
#define D_PPP_RELEASE_DATE 1693785600 /* 2023-09-04 */

#if ! defined(PERL_REVISION) && ! defined(PERL_VERSION_MAJOR)
# if ! defined(__PATCHLEVEL_H_INCLUDED__) \
Expand Down

0 comments on commit 56b62c5

Please sign in to comment.