diff options
author | Ricardo Signes <rjbs@semiotic.systems> | 2022-05-27 20:36:08 -0400 |
---|---|---|
committer | Ricardo Signes <rjbs@semiotic.systems> | 2022-05-27 20:36:08 -0400 |
commit | e0fe22bd0d4b4578774a7d838194e79b7ed3633e (patch) | |
tree | 502641b11030ac3f4e5415de30a3f8eb3fc2ea09 /win32/Makefile | |
parent | b3c502b607191da0e743a4fa34501a05442305b3 (diff) | |
download | perl-e0fe22bd0d4b4578774a7d838194e79b7ed3633e.tar.gz |
bump version to v5.37.0
Diffstat (limited to 'win32/Makefile')
-rw-r--r-- | win32/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/win32/Makefile b/win32/Makefile index 54698a1a0b..1f8f64303f 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -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 -# (perl536.dll). Also makes individual DLLs for the XS extensions. +# (perl537.dll). Also makes individual DLLs for the XS extensions. # ## @@ -37,7 +37,7 @@ INST_TOP = $(INST_DRV)\perl # versioned installation can be obtained by setting INST_TOP above to a # path that includes an arbitrary version string. # -#INST_VER = \5.36.0 +#INST_VER = \5.37.0 # # Comment this out if you DON'T want your perl installation to have @@ -171,7 +171,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 perl536s.lib will also be created. +# variables below. A static library perl537s.lib will also be created. # Ordinary perl.exe is not affected by this option. # #BUILD_STATIC = define @@ -579,9 +579,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 = ..\perl536.lib -PERLSTATICLIB = ..\perl536s.lib -PERLDLL = ..\perl536.dll +PERLIMPLIB = ..\perl537.lib +PERLSTATICLIB = ..\perl537s.lib +PERLDLL = ..\perl537.dll MINIPERL = ..\miniperl.exe MINIDIR = .\mini |