Skip to content

Commit

Permalink
bump version to v5.39.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbs committed Jul 2, 2023
1 parent 76298ae commit 2083cfe
Show file tree
Hide file tree
Showing 14 changed files with 71 additions and 71 deletions.
12 changes: 6 additions & 6 deletions Cross/config.sh-arm-linux
Expand Up @@ -32,8 +32,8 @@ alignbytes='4'
aphostname='/bin/hostname'
api_revision='5'
api_subversion='0'
api_version='38'
api_versionstring='5.38.0'
api_version='39'
api_versionstring='5.39.0'
ar='ar'
archlib='/usr/lib/perl5/5.38.0/armv4l-linux'
archlibexp='/usr/lib/perl5/5.38.0/armv4l-linux'
Expand Down Expand Up @@ -1196,8 +1196,8 @@ vendorprefix=''
vendorprefixexp=''
vendorscript=''
vendorscriptexp=''
version='5.38.0'
version_patchlevel_string='version 38 subversion 0'
version='5.39.0'
version_patchlevel_string='version 39 subversion 0'
versiononly='undef'
vi=''
xlibpth='/usr/lib/386 /lib/386'
Expand All @@ -1211,10 +1211,10 @@ config_arg0='Configure'
config_args=''
config_argc=0
PERL_REVISION=5
PERL_VERSION=38
PERL_VERSION=39
PERL_SUBVERSION=0
PERL_API_REVISION=5
PERL_API_VERSION=38
PERL_API_VERSION=39
PERL_API_SUBVERSION=0
PERL_PATCHLEVEL=
PERL_CONFIG_SH=true
12 changes: 6 additions & 6 deletions Cross/config.sh-arm-linux-n770
Expand Up @@ -32,8 +32,8 @@ alignbytes='4'
aphostname='/bin/hostname'
api_revision='5'
api_subversion='0'
api_version='38'
api_versionstring='5.38.0'
api_version='39'
api_versionstring='5.39.0'
ar='ar'
archlib='/usr/lib/perl5/5.38.0/armv4l-linux'
archlibexp='/usr/lib/perl5/5.38.0/armv4l-linux'
Expand Down Expand Up @@ -1194,8 +1194,8 @@ vendorprefix=''
vendorprefixexp=''
vendorscript=''
vendorscriptexp=''
version='5.38.0'
version_patchlevel_string='version 38 subversion 0'
version='5.39.0'
version_patchlevel_string='version 39 subversion 0'
versiononly='undef'
vi=''
xlibpth='/usr/lib/386 /lib/386'
Expand All @@ -1209,10 +1209,10 @@ config_arg0='Configure'
config_args=''
config_argc=0
PERL_REVISION=5
PERL_VERSION=38
PERL_VERSION=39
PERL_SUBVERSION=0
PERL_API_REVISION=5
PERL_API_VERSION=38
PERL_API_VERSION=39
PERL_API_SUBVERSION=0
PERL_PATCHLEVEL=
PERL_CONFIG_SH=true
2 changes: 1 addition & 1 deletion META.json
Expand Up @@ -119,6 +119,6 @@
"url" : "https://github.com/Perl/perl5"
}
},
"version" : "5.038000",
"version" : "5.039000",
"x_serialization_backend" : "JSON::PP version 4.16"
}
2 changes: 1 addition & 1 deletion META.yml
Expand Up @@ -106,5 +106,5 @@ resources:
homepage: https://www.perl.org/
license: https://dev.perl.org/licenses/
repository: https://github.com/Perl/perl5
version: '5.038000'
version: '5.039000'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
12 changes: 6 additions & 6 deletions Porting/config.sh
Expand Up @@ -42,8 +42,8 @@ alignbytes='16'
aphostname='/usr/bin/hostname'
api_revision='5'
api_subversion='0'
api_version='38'
api_versionstring='5.38.0'
api_version='39'
api_versionstring='5.39.0'
ar='ar'
archlib='/pro/lib/perl5/5.38.0/x86_64-linux-thread-multi-quadmath'
archlibexp='/pro/lib/perl5/5.38.0/x86_64-linux-thread-multi-quadmath'
Expand Down Expand Up @@ -1227,8 +1227,8 @@ vendorprefix=''
vendorprefixexp=''
vendorscript=''
vendorscriptexp=''
version='5.38.0'
version_patchlevel_string='version 38 subversion 0'
version='5.39.0'
version_patchlevel_string='version 39 subversion 0'
versiononly='define'
vi=''
xlibpth='/usr/lib/386 /lib/386 /usr/lib64/gcc/x86_64-suse-linux/13 /usr/lib64/gcc/x86_64-suse-linux/13/../../../../lib64 /usr/lib64/gcc/x86_64-suse-linux/13/../../..'
Expand All @@ -1238,10 +1238,10 @@ yaccflags=''
zcat=''
zip='zip'
PERL_REVISION=5
PERL_VERSION=38
PERL_VERSION=39
PERL_SUBVERSION=0
PERL_API_REVISION=5
PERL_API_VERSION=38
PERL_API_VERSION=39
PERL_API_SUBVERSION=0
PERL_PATCHLEVEL=''
PERL_CONFIG_SH=true
Expand Down
4 changes: 2 additions & 2 deletions README.vms
Expand Up @@ -139,11 +139,11 @@ You may need to set up a foreign symbol for the unpacking utility of
choice. Once you have done so, use a command like the following to
unpack the archive:

vmstar -xvf perl-5^.38^.0.tar
vmstar -xvf perl-5^.39^.0.tar

Then set default to the top-level source directory like so:

set default [.perl-5^.38^.0]
set default [.perl-5^.39^.0]

and proceed with configuration as described in the next section.

Expand Down
2 changes: 1 addition & 1 deletion README.win32
Expand Up @@ -239,7 +239,7 @@ Be sure to read the instructions near the top of the makefiles carefully.
Type C<gmake> (or C<nmake> if you are using that version of C<make>).

This should build everything. Specifically, it will create F<perl.exe>,
F<perl538.dll> at the perl toplevel, and various other extension DLL's
F<perl539.dll> at the perl toplevel, and various other extension DLL's
under the F<lib\auto> directory. If the build fails for any reason, make
sure you have done the previous steps correctly.

Expand Down
4 changes: 2 additions & 2 deletions patchlevel.h
Expand Up @@ -38,7 +38,7 @@ Instead use one of the version comparison macros. See C<L</PERL_VERSION_EQ>>.
* exactly on the third column */

#define PERL_REVISION 5 /* age */
#define PERL_VERSION 38 /* epoch */
#define PERL_VERSION 39 /* epoch */
#define PERL_SUBVERSION 0 /* generation */

/* The following numbers describe the earliest compatible version of
Expand All @@ -59,7 +59,7 @@ Instead use one of the version comparison macros. See C<L</PERL_VERSION_EQ>>.
changing them should not be necessary.
*/
#define PERL_API_REVISION 5
#define PERL_API_VERSION 38
#define PERL_API_VERSION 39
#define PERL_API_SUBVERSION 0
/*
XXX Note: The selection of non-default Configure options, such
Expand Down
12 changes: 6 additions & 6 deletions plan9/config_sh.sample
Expand Up @@ -32,8 +32,8 @@ alignbytes='4'
aphostname='/bin/uname -n'
api_revision='5'
api_subversion='0'
api_version='38'
api_versionstring='5.38.0'
api_version='39'
api_versionstring='5.39.0'
ar='ar'
archlib='/sys/lib/perl5/5.38.0/386'
archlibexp='/sys/lib/perl5/5.38.0/386'
Expand Down Expand Up @@ -1157,8 +1157,8 @@ vendorlib_stem=''
vendorlibexp=''
vendorprefix=''
vendorprefixexp=''
version='5.38.0'
version_patchlevel_string='version 38 subversion 0'
version='5.39.0'
version_patchlevel_string='version 39 subversion 0'
versiononly='undef'
vi=''
xlibpth=''
Expand All @@ -1172,10 +1172,10 @@ config_arg0='./Configure'
config_args=''
config_argc=0
PERL_REVISION=5
PERL_VERSION=38
PERL_VERSION=39
PERL_SUBVERSION=0
PERL_API_REVISION=5
PERL_API_VERSION=38
PERL_API_VERSION=39
PERL_API_SUBVERSION=0
PERL_PATCHLEVEL=
PERL_CONFIG_SH=true
16 changes: 8 additions & 8 deletions uconfig.h
Expand Up @@ -1229,8 +1229,8 @@
* This symbol contains the ~name expanded version of ARCHLIB, to be used
* in programs that are not prepared to deal with ~ expansion at run-time.
*/
/*#define ARCHLIB "/usr/local/lib/perl5/5.38/unknown" / **/
/*#define ARCHLIB_EXP "/usr/local/lib/perl5/5.38/unknown" / **/
/*#define ARCHLIB "/usr/local/lib/perl5/5.39/unknown" / **/
/*#define ARCHLIB_EXP "/usr/local/lib/perl5/5.39/unknown" / **/

/* BIN:
* This symbol holds the path of the bin directory where the package will
Expand Down Expand Up @@ -1283,8 +1283,8 @@
* This symbol contains the ~name expanded version of PRIVLIB, to be used
* in programs that are not prepared to deal with ~ expansion at run-time.
*/
#define PRIVLIB "/usr/local/lib/perl5/5.38" /**/
#define PRIVLIB_EXP "/usr/local/lib/perl5/5.38" /**/
#define PRIVLIB "/usr/local/lib/perl5/5.39" /**/
#define PRIVLIB_EXP "/usr/local/lib/perl5/5.39" /**/

/* SITEARCH:
* This symbol contains the name of the private library for this package.
Expand All @@ -1301,8 +1301,8 @@
* This symbol contains the ~name expanded version of SITEARCH, to be used
* in programs that are not prepared to deal with ~ expansion at run-time.
*/
/*#define SITEARCH "/usr/local/lib/perl5/5.38/unknown" / **/
/*#define SITEARCH_EXP "/usr/local/lib/perl5/5.38/unknown" / **/
/*#define SITEARCH "/usr/local/lib/perl5/5.39/unknown" / **/
/*#define SITEARCH_EXP "/usr/local/lib/perl5/5.39/unknown" / **/

/* SITELIB:
* This symbol contains the name of the private library for this package.
Expand All @@ -1324,8 +1324,8 @@
* removed. The elements in inc_version_list (inc_version_list.U) can
* be tacked onto this variable to generate a list of directories to search.
*/
#define SITELIB "/usr/local/lib/perl5/5.38" /**/
#define SITELIB_EXP "/usr/local/lib/perl5/5.38" /**/
#define SITELIB "/usr/local/lib/perl5/5.39" /**/
#define SITELIB_EXP "/usr/local/lib/perl5/5.39" /**/
#define SITELIB_STEM "/usr/local/lib/perl5" /**/

/* PERL_VENDORARCH:
Expand Down
16 changes: 8 additions & 8 deletions uconfig.sh
Expand Up @@ -6,8 +6,8 @@ afs='false'
afsroot='/afs'
alignbytes='4'
aphostname='/bin/hostname'
archlib='/usr/local/lib/perl5/5.38/unknown'
archlibexp='/usr/local/lib/perl5/5.38/unknown'
archlib='/usr/local/lib/perl5/5.39/unknown'
archlibexp='/usr/local/lib/perl5/5.39/unknown'
archname='unknown'
asctime_r_proto='0'
bin='/usr/local/bin'
Expand Down Expand Up @@ -793,8 +793,8 @@ perl_static_inline='static'
perl_thread_local=''
phostname='hostname'
pidtype=int
privlib='/usr/local/lib/perl5/5.38'
privlibexp='/usr/local/lib/perl5/5.38'
privlib='/usr/local/lib/perl5/5.39'
privlibexp='/usr/local/lib/perl5/5.39'
procselfexe=''
prototype='undef'
ptrsize='4'
Expand Down Expand Up @@ -844,11 +844,11 @@ sig_name_init='0'
sig_num_init='0'
sig_size='1'
signal_t=int
sitearch='/usr/local/lib/perl5/5.38/unknown'
sitearchexp='/usr/local/lib/perl5/5.38/unknown'
sitelib='/usr/local/lib/perl5/5.38'
sitearch='/usr/local/lib/perl5/5.39/unknown'
sitearchexp='/usr/local/lib/perl5/5.39/unknown'
sitelib='/usr/local/lib/perl5/5.39'
sitelib_stem='/usr/local/lib/perl5'
sitelibexp='/usr/local/lib/perl5/5.38'
sitelibexp='/usr/local/lib/perl5/5.39'
sizesize=4
sizetype='size_t'
socksizetype='int'
Expand Down
16 changes: 8 additions & 8 deletions uconfig64.sh
Expand Up @@ -6,8 +6,8 @@ afs='false'
afsroot='/afs'
alignbytes='8'
aphostname='/bin/hostname'
archlib='/usr/local/lib/perl5/5.38/unknown'
archlibexp='/usr/local/lib/perl5/5.38/unknown'
archlib='/usr/local/lib/perl5/5.39/unknown'
archlibexp='/usr/local/lib/perl5/5.39/unknown'
archname='unknown64'
asctime_r_proto='0'
bin='/usr/local/bin'
Expand Down Expand Up @@ -793,8 +793,8 @@ perl_static_inline='static'
perl_thread_local=''
phostname='hostname'
pidtype=int
privlib='/usr/local/lib/perl5/5.38'
privlibexp='/usr/local/lib/perl5/5.38'
privlib='/usr/local/lib/perl5/5.39'
privlibexp='/usr/local/lib/perl5/5.39'
procselfexe=''
prototype='undef'
ptrsize='8'
Expand Down Expand Up @@ -844,11 +844,11 @@ sig_name_init='0'
sig_num_init='0'
sig_size='1'
signal_t=int
sitearch='/usr/local/lib/perl5/5.38/unknown'
sitearchexp='/usr/local/lib/perl5/5.38/unknown'
sitelib='/usr/local/lib/perl5/5.38'
sitearch='/usr/local/lib/perl5/5.39/unknown'
sitearchexp='/usr/local/lib/perl5/5.39/unknown'
sitelib='/usr/local/lib/perl5/5.39'
sitelib_stem='/usr/local/lib/perl5'
sitelibexp='/usr/local/lib/perl5/5.38'
sitelibexp='/usr/local/lib/perl5/5.39'
sizesize=4
sizetype='size_t'
socksizetype='int'
Expand Down
22 changes: 11 additions & 11 deletions win32/GNUmakefile
Expand Up @@ -6,7 +6,7 @@
# MinGW64 with gcc-4.4.3 or later
#
# This is set up to build a perl.exe that runs off a shared library
# (perl538.dll). Also makes individual DLLs for the XS extensions.
# (perl539.dll). Also makes individual DLLs for the XS extensions.
#
# The easiest way to customize the build process is to use parameters like this:
#
Expand Down Expand Up @@ -220,7 +220,7 @@ DEFAULT_INC_EXCLUDES_DOT := define
# set this to additionally provide a statically linked perl-static.exe.
# Note that dynamic loading will not work with this perl, so you must
# include required modules statically using the STATIC_EXT or ALL_STATIC
# variables below. A static library perl538s.lib will also be created.
# variables below. A static library perl539s.lib will also be created.
# Ordinary perl.exe is not affected by this option.
#
#BUILD_STATIC := define
Expand Down Expand Up @@ -911,9 +911,9 @@ ifeq ($(CCTYPE),GCC)

CFGSH_TMPL = config.gc
CFGH_TMPL = config_H.gc
PERLIMPLIB = $(COREDIR)\libperl538$(a)
PERLIMPLIBBASE = libperl538$(a)
PERLSTATICLIB = ..\libperl538s$(a)
PERLIMPLIB = $(COREDIR)\libperl539$(a)
PERLIMPLIBBASE = libperl539$(a)
PERLSTATICLIB = ..\libperl539s$(a)
INT64 = long long

else
Expand All @@ -926,12 +926,12 @@ endif

# makedef.pl must be updated if this changes, and this should normally
# only change when there is an incompatible revision of the public API.
PERLIMPLIB ?= $(COREDIR)\perl538$(a)
PERLIMPLIBBASE ?= perl538$(a)
PERLEXPLIB ?= $(COREDIR)\perl538.exp
PERLSTATICLIB ?= ..\perl538s$(a)
PERLDLL = ..\perl538.dll
PERLDLLBASE = perl538.dll
PERLIMPLIB ?= $(COREDIR)\perl539$(a)
PERLIMPLIBBASE ?= perl539$(a)
PERLEXPLIB ?= $(COREDIR)\perl539.exp
PERLSTATICLIB ?= ..\perl539s$(a)
PERLDLL = ..\perl539.dll
PERLDLLBASE = perl539.dll

# don't let "gmake -n all" try to run "miniperl.exe make_ext.pl"
PLMAKE = gmake
Expand Down
10 changes: 5 additions & 5 deletions win32/Makefile
Expand Up @@ -4,7 +4,7 @@
# Microsoft Visual C++ 12.0 or later
#
# This is set up to build a perl.exe that runs off a shared library
# (perl538.dll). Also makes individual DLLs for the XS extensions.
# (perl539.dll). Also makes individual DLLs for the XS extensions.
#

##
Expand Down Expand Up @@ -172,7 +172,7 @@ DEFAULT_INC_EXCLUDES_DOT = define
# set this to additionally provide a statically linked perl-static.exe.
# Note that dynamic loading will not work with this perl, so you must
# include required modules statically using the STATIC_EXT or ALL_STATIC
# variables below. A static library perl538s.lib will also be created.
# variables below. A static library perl539s.lib will also be created.
# Ordinary perl.exe is not affected by this option.
#
#BUILD_STATIC = define
Expand Down Expand Up @@ -583,9 +583,9 @@ $(o).dll:

# makedef.pl must be updated if this changes, and this should normally
# only change when there is an incompatible revision of the public API.
PERLIMPLIB = ..\perl538.lib
PERLSTATICLIB = ..\perl538s.lib
PERLDLL = ..\perl538.dll
PERLIMPLIB = ..\perl539.lib
PERLSTATICLIB = ..\perl539s.lib
PERLDLL = ..\perl539.dll

MINIPERL = ..\miniperl.exe
MINIDIR = .\mini
Expand Down

0 comments on commit 2083cfe

Please sign in to comment.