This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Bump perl version in various places for 5.32.0
[perl5.git] / win32 / makefile.mk
index 84828db..10c1395 100644 (file)
@@ -7,7 +7,7 @@
 #      Windows SDK 64-bit compiler and tools
 #
 # This is set up to build a perl.exe that runs off a shared library
-# (perl531.dll).  Also makes individual DLLs for the XS extensions.
+# (perl532.dll).  Also makes individual DLLs for the XS extensions.
 #
 
 ##
@@ -45,7 +45,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.31.12
+#INST_VER      *= \5.32.0
 
 #
 # Comment this out if you DON'T want your perl installation to have
@@ -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 perl531s.lib will also be created.
+# variables below. A static library perl532s.lib will also be created.
 # Ordinary perl.exe is not affected by this option.
 #
 #BUILD_STATIC  *= define
@@ -950,8 +950,8 @@ UTILS               =                       \
 
 CFGSH_TMPL     = config.gc
 CFGH_TMPL      = config_H.gc
-PERLIMPLIB     = $(COREDIR)\libperl531$(a)
-PERLSTATICLIB  = ..\libperl531s$(a)
+PERLIMPLIB     = $(COREDIR)\libperl532$(a)
+PERLSTATICLIB  = ..\libperl532s$(a)
 INT64          = long long
 
 .ELSE
@@ -964,11 +964,11 @@ INT64             = __int64
 
 # 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)\perl531$(a)
-PERLEXPLIB     *= $(COREDIR)\perl531.exp
-PERLSTATICLIB  *= ..\perl531s$(a)
-PERLDLL                = ..\perl531.dll
-PERLDLLBASE    = perl531.dll
+PERLIMPLIB     *= $(COREDIR)\perl532$(a)
+PERLEXPLIB     *= $(COREDIR)\perl532.exp
+PERLSTATICLIB  *= ..\perl532s$(a)
+PERLDLL                = ..\perl532.dll
+PERLDLLBASE    = perl532.dll
 
 #EUMM on Win32 isn't ready for parallel make, so only allow this file to be parallel
 #$(MAKE) will contain the -P that this makefile was called with, which is bad for