From fb588f3d052326595de4dc3bc5bea61dba623baa Mon Sep 17 00:00:00 2001 From: trizen Date: Tue, 29 Aug 2023 13:05:30 +0300 Subject: [PATCH] Version 23.08 --- Makefile.PL | 2 +- bin/sidef | 2 +- lib/Sidef.pm | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index c0299525..3c7bcf1f 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,4 @@ -# Note: this file was auto-generated by Module::Build::Compat version 0.4232 +# Note: this file was auto-generated by Module::Build::Compat version 0.4234 require 5.018000; use ExtUtils::MakeMaker; WriteMakefile diff --git a/bin/sidef b/bin/sidef index ba39ab7a..fe9cc1d2 100755 --- a/bin/sidef +++ b/bin/sidef @@ -905,7 +905,7 @@ Outputs: The interactive mode (a.k.a. REPL) is available by simply executing the C command, or by specifying the C<-i> command-line switch: $ sidef -i - Sidef 23.05, running on Linux, using Perl v5.36.0. + Sidef 23.08, running on Linux, using Perl v5.38.0. Type "help", "copyright" or "license" for more information. > n = 41 #1 = 41 diff --git a/lib/Sidef.pm b/lib/Sidef.pm index a95f69b6..6c897a8d 100644 --- a/lib/Sidef.pm +++ b/lib/Sidef.pm @@ -3,7 +3,7 @@ package Sidef { use utf8; use 5.016; - our $VERSION = '23.05'; + our $VERSION = '23.08'; our $SPACES = 0; # the current number of indentation spaces our $SPACES_INCR = 4; # the number of indentation spaces