summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-07-13 13:12:01 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-07-13 13:12:01 +0000
commit3e9bebd5e3537348bf6b698defecf0de0d19dde7 (patch)
tree831a5879c2d710b3964c179034de03ff3b651f7a /win32
parent585d6f80b8630ecf9970a4cad2f7e024da6b9a08 (diff)
downloadperl-3e9bebd5e3537348bf6b698defecf0de0d19dde7.tar.gz
Bump the version to 5.7.2.
p4raw-id: //depot/perl@11354
Diffstat (limited to 'win32')
-rw-r--r--win32/Makefile2
-rw-r--r--win32/config_H.bc20
-rw-r--r--win32/config_H.gc20
-rw-r--r--win32/config_H.vc20
-rw-r--r--win32/makefile.mk2
5 files changed, 32 insertions, 32 deletions
diff --git a/win32/Makefile b/win32/Makefile
index 7da6ac42b7..9f2f5fdd51 100644
--- a/win32/Makefile
+++ b/win32/Makefile
@@ -31,7 +31,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.7.1
+#INST_VER = \5.7.2
#
# Comment this out if you DON'T want your perl installation to have
diff --git a/win32/config_H.bc b/win32/config_H.bc
index 8bb5fc9299..57689b1d87 100644
--- a/win32/config_H.bc
+++ b/win32/config_H.bc
@@ -1033,7 +1033,7 @@
* 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 "c:\\perl\\5.7.1\\lib\\MSWin32-x86-multi-thread" /**/
+#define ARCHLIB "c:\\perl\\5.7.2\\lib\\MSWin32-x86-multi-thread" /**/
/*#define ARCHLIB_EXP "" /**/
/* ARCHNAME:
@@ -1064,8 +1064,8 @@
* This symbol is the filename expanded version of the BIN symbol, for
* programs that do not want to deal with that at run-time.
*/
-#define BIN "c:\\perl\\5.7.1\\bin\\MSWin32-x86-multi-thread" /**/
-#define BIN_EXP "c:\\perl\\5.7.1\\bin\\MSWin32-x86-multi-thread" /**/
+#define BIN "c:\\perl\\5.7.2\\bin\\MSWin32-x86-multi-thread" /**/
+#define BIN_EXP "c:\\perl\\5.7.2\\bin\\MSWin32-x86-multi-thread" /**/
/* PERL_BINCOMPAT_5005:
* This symbol, if defined, indicates that this version of Perl should be
@@ -2918,8 +2918,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 "c:\\perl\\5.7.1\\lib" /**/
-#define PRIVLIB_EXP (win32_get_privlib("5.7.1")) /**/
+#define PRIVLIB "c:\\perl\\5.7.2\\lib" /**/
+#define PRIVLIB_EXP (win32_get_privlib("5.7.2")) /**/
/* PTRSIZE:
* This symbol contains the size of a pointer, so that the C preprocessor
@@ -3022,7 +3022,7 @@
* 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 "c:\\perl\\site\\5.7.1\\lib\\MSWin32-x86-multi-thread" /**/
+#define SITEARCH "c:\\perl\\site\\5.7.2\\lib\\MSWin32-x86-multi-thread" /**/
/*#define SITEARCH_EXP "" /**/
/* SITELIB:
@@ -3045,8 +3045,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 "c:\\perl\\site\\5.7.1\\lib" /**/
-#define SITELIB_EXP (win32_get_sitelib("5.7.1")) /**/
+#define SITELIB "c:\\perl\\site\\5.7.2\\lib" /**/
+#define SITELIB_EXP (win32_get_sitelib("5.7.2")) /**/
#define SITELIB_STEM "" /**/
/* Size_t_size:
@@ -3283,7 +3283,7 @@
/* PERL_XS_APIVERSION:
* This variable contains the version of the oldest perl binary
* compatible with the present perl. perl.c:incpush() and
- * lib/lib.pm will automatically search in c:\\perl\\site\\5.7.1\\lib\\MSWin32-x86-multi-thread for older
+ * lib/lib.pm will automatically search in c:\\perl\\site\\5.7.2\\lib\\MSWin32-x86-multi-thread for older
* directories across major versions back to xs_apiversion.
* This is only useful if you have a perl library directory tree
* structured like the default one.
@@ -3302,7 +3302,7 @@
* compatible with the present perl. (That is, pure perl modules
* written for pm_apiversion will still work for the current
* version). perl.c:incpush() and lib/lib.pm will automatically
- * search in c:\\perl\\site\\5.7.1\\lib for older directories across major versions
+ * search in c:\\perl\\site\\5.7.2\\lib for older directories across major versions
* back to pm_apiversion. This is only useful if you have a perl
* library directory tree structured like the default one. The
* versioned site_perl library was introduced in 5.005, so that's
diff --git a/win32/config_H.gc b/win32/config_H.gc
index 0aee697a17..0abfa62bf0 100644
--- a/win32/config_H.gc
+++ b/win32/config_H.gc
@@ -1033,7 +1033,7 @@
* 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 "c:\\perl\\5.7.1\\lib\\MSWin32-x86-multi-thread" /**/
+#define ARCHLIB "c:\\perl\\5.7.2\\lib\\MSWin32-x86-multi-thread" /**/
/*#define ARCHLIB_EXP "" /**/
/* ARCHNAME:
@@ -1064,8 +1064,8 @@
* This symbol is the filename expanded version of the BIN symbol, for
* programs that do not want to deal with that at run-time.
*/
-#define BIN "c:\\perl\\5.7.1\\bin\\MSWin32-x86-multi-thread" /**/
-#define BIN_EXP "c:\\perl\\5.7.1\\bin\\MSWin32-x86-multi-thread" /**/
+#define BIN "c:\\perl\\5.7.2\\bin\\MSWin32-x86-multi-thread" /**/
+#define BIN_EXP "c:\\perl\\5.7.2\\bin\\MSWin32-x86-multi-thread" /**/
/* PERL_BINCOMPAT_5005:
* This symbol, if defined, indicates that this version of Perl should be
@@ -2918,8 +2918,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 "c:\\perl\\5.7.1\\lib" /**/
-#define PRIVLIB_EXP (win32_get_privlib("5.7.1")) /**/
+#define PRIVLIB "c:\\perl\\5.7.2\\lib" /**/
+#define PRIVLIB_EXP (win32_get_privlib("5.7.2")) /**/
/* PTRSIZE:
* This symbol contains the size of a pointer, so that the C preprocessor
@@ -3022,7 +3022,7 @@
* 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 "c:\\perl\\site\\5.7.1\\lib\\MSWin32-x86-multi-thread" /**/
+#define SITEARCH "c:\\perl\\site\\5.7.2\\lib\\MSWin32-x86-multi-thread" /**/
/*#define SITEARCH_EXP "" /**/
/* SITELIB:
@@ -3045,8 +3045,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 "c:\\perl\\site\\5.7.1\\lib" /**/
-#define SITELIB_EXP (win32_get_sitelib("5.7.1")) /**/
+#define SITELIB "c:\\perl\\site\\5.7.2\\lib" /**/
+#define SITELIB_EXP (win32_get_sitelib("5.7.2")) /**/
#define SITELIB_STEM "" /**/
/* Size_t_size:
@@ -3283,7 +3283,7 @@
/* PERL_XS_APIVERSION:
* This variable contains the version of the oldest perl binary
* compatible with the present perl. perl.c:incpush() and
- * lib/lib.pm will automatically search in c:\\perl\\site\\5.7.1\\lib\\MSWin32-x86-multi-thread for older
+ * lib/lib.pm will automatically search in c:\\perl\\site\\5.7.2\\lib\\MSWin32-x86-multi-thread for older
* directories across major versions back to xs_apiversion.
* This is only useful if you have a perl library directory tree
* structured like the default one.
@@ -3302,7 +3302,7 @@
* compatible with the present perl. (That is, pure perl modules
* written for pm_apiversion will still work for the current
* version). perl.c:incpush() and lib/lib.pm will automatically
- * search in c:\\perl\\site\\5.7.1\\lib for older directories across major versions
+ * search in c:\\perl\\site\\5.7.2\\lib for older directories across major versions
* back to pm_apiversion. This is only useful if you have a perl
* library directory tree structured like the default one. The
* versioned site_perl library was introduced in 5.005, so that's
diff --git a/win32/config_H.vc b/win32/config_H.vc
index 3585653df3..1834f7a628 100644
--- a/win32/config_H.vc
+++ b/win32/config_H.vc
@@ -1033,7 +1033,7 @@
* 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 "c:\\perl\\5.7.1\\lib\\MSWin32-x86-multi-thread" /**/
+#define ARCHLIB "c:\\perl\\5.7.2\\lib\\MSWin32-x86-multi-thread" /**/
/*#define ARCHLIB_EXP "" /**/
/* ARCHNAME:
@@ -1064,8 +1064,8 @@
* This symbol is the filename expanded version of the BIN symbol, for
* programs that do not want to deal with that at run-time.
*/
-#define BIN "c:\\perl\\5.7.1\\bin\\MSWin32-x86-multi-thread" /**/
-#define BIN_EXP "c:\\perl\\5.7.1\\bin\\MSWin32-x86-multi-thread" /**/
+#define BIN "c:\\perl\\5.7.2\\bin\\MSWin32-x86-multi-thread" /**/
+#define BIN_EXP "c:\\perl\\5.7.2\\bin\\MSWin32-x86-multi-thread" /**/
/* PERL_BINCOMPAT_5005:
* This symbol, if defined, indicates that this version of Perl should be
@@ -2918,8 +2918,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 "c:\\perl\\5.7.1\\lib" /**/
-#define PRIVLIB_EXP (win32_get_privlib("5.7.1")) /**/
+#define PRIVLIB "c:\\perl\\5.7.2\\lib" /**/
+#define PRIVLIB_EXP (win32_get_privlib("5.7.2")) /**/
/* PTRSIZE:
* This symbol contains the size of a pointer, so that the C preprocessor
@@ -3022,7 +3022,7 @@
* 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 "c:\\perl\\site\\5.7.1\\lib\\MSWin32-x86-multi-thread" /**/
+#define SITEARCH "c:\\perl\\site\\5.7.2\\lib\\MSWin32-x86-multi-thread" /**/
/*#define SITEARCH_EXP "" /**/
/* SITELIB:
@@ -3045,8 +3045,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 "c:\\perl\\site\\5.7.1\\lib" /**/
-#define SITELIB_EXP (win32_get_sitelib("5.7.1")) /**/
+#define SITELIB "c:\\perl\\site\\5.7.2\\lib" /**/
+#define SITELIB_EXP (win32_get_sitelib("5.7.2")) /**/
#define SITELIB_STEM "" /**/
/* Size_t_size:
@@ -3283,7 +3283,7 @@
/* PERL_XS_APIVERSION:
* This variable contains the version of the oldest perl binary
* compatible with the present perl. perl.c:incpush() and
- * lib/lib.pm will automatically search in c:\\perl\\site\\5.7.1\\lib\\MSWin32-x86-multi-thread for older
+ * lib/lib.pm will automatically search in c:\\perl\\site\\5.7.2\\lib\\MSWin32-x86-multi-thread for older
* directories across major versions back to xs_apiversion.
* This is only useful if you have a perl library directory tree
* structured like the default one.
@@ -3302,7 +3302,7 @@
* compatible with the present perl. (That is, pure perl modules
* written for pm_apiversion will still work for the current
* version). perl.c:incpush() and lib/lib.pm will automatically
- * search in c:\\perl\\site\\5.7.1\\lib for older directories across major versions
+ * search in c:\\perl\\site\\5.7.2\\lib for older directories across major versions
* back to pm_apiversion. This is only useful if you have a perl
* library directory tree structured like the default one. The
* versioned site_perl library was introduced in 5.005, so that's
diff --git a/win32/makefile.mk b/win32/makefile.mk
index 86d8687dc6..7a30552ad3 100644
--- a/win32/makefile.mk
+++ b/win32/makefile.mk
@@ -33,7 +33,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.7.1
+INST_VER *= \5.7.2
#
# Comment this out if you DON'T want your perl installation to have