summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2007-12-19 13:48:45 +0000
committerNicholas Clark <nick@ccl4.org>2007-12-19 13:48:45 +0000
commit4eeeaff6ef21db94b76b8e8b5acd5213781c1c82 (patch)
treec59df6501618e6bd504466ef6773f1599df1c152 /win32
parent270d01deff14e4ea748c5bb85eedf866008d06f7 (diff)
downloadperl-4eeeaff6ef21db94b76b8e8b5acd5213781c1c82.tar.gz
Bump the version number to 5.11.0
p4raw-id: //depot/perl@32646
Diffstat (limited to 'win32')
-rw-r--r--win32/Makefile2
-rw-r--r--win32/Makefile.ce2
-rw-r--r--win32/config_H.bc16
-rw-r--r--win32/config_H.ce4
-rw-r--r--win32/config_H.gc16
-rw-r--r--win32/config_H.vc16
-rw-r--r--win32/config_H.vc6416
-rw-r--r--win32/makefile.mk2
8 files changed, 37 insertions, 37 deletions
diff --git a/win32/Makefile b/win32/Makefile
index 6ef1ddbdcd..5da7cb3036 100644
--- a/win32/Makefile
+++ b/win32/Makefile
@@ -32,7 +32,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.10.0
+#INST_VER = \5.11.0
#
# Comment this out if you DON'T want your perl installation to have
diff --git a/win32/Makefile.ce b/win32/Makefile.ce
index 3231d75fff..fbca6957c1 100644
--- a/win32/Makefile.ce
+++ b/win32/Makefile.ce
@@ -6,7 +6,7 @@
SRCDIR = ..
PV = 59
-INST_VER = 5.10.0
+INST_VER = 5.11.0
# INSTALL_ROOT specifies a path where this perl will be installed on CE device
INSTALL_ROOT=/netzwerk/sprache/perl
diff --git a/win32/config_H.bc b/win32/config_H.bc
index c14c5b7c37..67a2bbf320 100644
--- a/win32/config_H.bc
+++ b/win32/config_H.bc
@@ -950,7 +950,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.10.0\\lib\\MSWin32-x86" /**/
+#define ARCHLIB "c:\\perl\\5.11.0\\lib\\MSWin32-x86" /**/
/*#define ARCHLIB_EXP "" /**/
/* ARCHNAME:
@@ -985,8 +985,8 @@
* This symbol, if defined, indicates that we'd like to relocate entries
* in @INC at run time based on the location of the perl binary.
*/
-#define BIN "c:\\perl\\5.10.0\\bin\\MSWin32-x86" /**/
-#define BIN_EXP "c:\\perl\\5.10.0\\bin\\MSWin32-x86" /**/
+#define BIN "c:\\perl\\5.11.0\\bin\\MSWin32-x86" /**/
+#define BIN_EXP "c:\\perl\\5.11.0\\bin\\MSWin32-x86" /**/
/*#define PERL_RELOCATABLE_INC "" /**/
/* INTSIZE:
@@ -4019,8 +4019,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.10.0\\lib" /**/
-#define PRIVLIB_EXP (win32_get_privlib("5.10.0")) /**/
+#define PRIVLIB "c:\\perl\\5.11.0\\lib" /**/
+#define PRIVLIB_EXP (win32_get_privlib("5.11.0")) /**/
/* CAN_PROTOTYPE:
* If defined, this macro indicates that the C compiler can handle
@@ -4154,7 +4154,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.10.0\\lib\\MSWin32-x86" /**/
+#define SITEARCH "c:\\perl\\site\\5.11.0\\lib\\MSWin32-x86" /**/
/*#define SITEARCH_EXP "" /**/
/* SITELIB:
@@ -4177,8 +4177,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.10.0\\lib" /**/
-#define SITELIB_EXP (win32_get_sitelib("5.10.0")) /**/
+#define SITELIB "c:\\perl\\site\\5.11.0\\lib" /**/
+#define SITELIB_EXP (win32_get_sitelib("5.11.0")) /**/
#define SITELIB_STEM "" /**/
/* Size_t_size:
diff --git a/win32/config_H.ce b/win32/config_H.ce
index ce98d7d922..370400971a 100644
--- a/win32/config_H.ce
+++ b/win32/config_H.ce
@@ -3348,7 +3348,7 @@
* in programs that are not prepared to deal with ~ expansion at run-time.
*/
#define PRIVLIB "\\Storage Card\\perl58m\\lib" /**/
-#define PRIVLIB_EXP (win32_get_privlib("5.10.0")) /**/
+#define PRIVLIB_EXP (win32_get_privlib("5.11.0")) /**/
/* PTRSIZE:
* This symbol contains the size of a pointer, so that the C preprocessor
@@ -3479,7 +3479,7 @@
* be tacked onto this variable to generate a list of directories to search.
*/
#define SITELIB "\\Storage Card\\perl58m\\site\\lib" /**/
-#define SITELIB_EXP (win32_get_sitelib("5.10.0")) /**/
+#define SITELIB_EXP (win32_get_sitelib("5.11.0")) /**/
#define SITELIB_STEM "" /**/
/* Size_t_size:
diff --git a/win32/config_H.gc b/win32/config_H.gc
index 40da26cf84..af73208ca8 100644
--- a/win32/config_H.gc
+++ b/win32/config_H.gc
@@ -950,7 +950,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.10.0\\lib\\MSWin32-x86" /**/
+#define ARCHLIB "c:\\perl\\5.11.0\\lib\\MSWin32-x86" /**/
/*#define ARCHLIB_EXP "" /**/
/* ARCHNAME:
@@ -985,8 +985,8 @@
* This symbol, if defined, indicates that we'd like to relocate entries
* in @INC at run time based on the location of the perl binary.
*/
-#define BIN "c:\\perl\\5.10.0\\bin\\MSWin32-x86" /**/
-#define BIN_EXP "c:\\perl\\5.10.0\\bin\\MSWin32-x86" /**/
+#define BIN "c:\\perl\\5.11.0\\bin\\MSWin32-x86" /**/
+#define BIN_EXP "c:\\perl\\5.11.0\\bin\\MSWin32-x86" /**/
/*#define PERL_RELOCATABLE_INC "" /**/
/* INTSIZE:
@@ -4049,8 +4049,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.10.0\\lib" /**/
-#define PRIVLIB_EXP (win32_get_privlib("5.10.0")) /**/
+#define PRIVLIB "c:\\perl\\5.11.0\\lib" /**/
+#define PRIVLIB_EXP (win32_get_privlib("5.11.0")) /**/
/* CAN_PROTOTYPE:
* If defined, this macro indicates that the C compiler can handle
@@ -4184,7 +4184,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.10.0\\lib\\MSWin32-x86" /**/
+#define SITEARCH "c:\\perl\\site\\5.11.0\\lib\\MSWin32-x86" /**/
/*#define SITEARCH_EXP "" /**/
/* SITELIB:
@@ -4207,8 +4207,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.10.0\\lib" /**/
-#define SITELIB_EXP (win32_get_sitelib("5.10.0")) /**/
+#define SITELIB "c:\\perl\\site\\5.11.0\\lib" /**/
+#define SITELIB_EXP (win32_get_sitelib("5.11.0")) /**/
#define SITELIB_STEM "" /**/
/* Size_t_size:
diff --git a/win32/config_H.vc b/win32/config_H.vc
index 1a02400848..2f03c87767 100644
--- a/win32/config_H.vc
+++ b/win32/config_H.vc
@@ -950,7 +950,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.10.0\\lib\\MSWin32-x86" /**/
+#define ARCHLIB "c:\\perl\\5.11.0\\lib\\MSWin32-x86" /**/
/*#define ARCHLIB_EXP "" /**/
/* ARCHNAME:
@@ -985,8 +985,8 @@
* This symbol, if defined, indicates that we'd like to relocate entries
* in @INC at run time based on the location of the perl binary.
*/
-#define BIN "c:\\perl\\5.10.0\\bin\\MSWin32-x86" /**/
-#define BIN_EXP "c:\\perl\\5.10.0\\bin\\MSWin32-x86" /**/
+#define BIN "c:\\perl\\5.11.0\\bin\\MSWin32-x86" /**/
+#define BIN_EXP "c:\\perl\\5.11.0\\bin\\MSWin32-x86" /**/
/*#define PERL_RELOCATABLE_INC "" /**/
/* INTSIZE:
@@ -4045,8 +4045,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.10.0\\lib" /**/
-#define PRIVLIB_EXP (win32_get_privlib("5.10.0")) /**/
+#define PRIVLIB "c:\\perl\\5.11.0\\lib" /**/
+#define PRIVLIB_EXP (win32_get_privlib("5.11.0")) /**/
/* CAN_PROTOTYPE:
* If defined, this macro indicates that the C compiler can handle
@@ -4180,7 +4180,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.10.0\\lib\\MSWin32-x86" /**/
+#define SITEARCH "c:\\perl\\site\\5.11.0\\lib\\MSWin32-x86" /**/
/*#define SITEARCH_EXP "" /**/
/* SITELIB:
@@ -4203,8 +4203,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.10.0\\lib" /**/
-#define SITELIB_EXP (win32_get_sitelib("5.10.0")) /**/
+#define SITELIB "c:\\perl\\site\\5.11.0\\lib" /**/
+#define SITELIB_EXP (win32_get_sitelib("5.11.0")) /**/
#define SITELIB_STEM "" /**/
/* Size_t_size:
diff --git a/win32/config_H.vc64 b/win32/config_H.vc64
index bb3072c83c..28931d4130 100644
--- a/win32/config_H.vc64
+++ b/win32/config_H.vc64
@@ -950,7 +950,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.10.0\\lib\\MSWin32-x86" /**/
+#define ARCHLIB "c:\\perl\\5.11.0\\lib\\MSWin32-x86" /**/
/*#define ARCHLIB_EXP "" /**/
/* ARCHNAME:
@@ -985,8 +985,8 @@
* This symbol, if defined, indicates that we'd like to relocate entries
* in @INC at run time based on the location of the perl binary.
*/
-#define BIN "c:\\perl\\5.10.0\\bin\\MSWin32-x86" /**/
-#define BIN_EXP "c:\\perl\\5.10.0\\bin\\MSWin32-x86" /**/
+#define BIN "c:\\perl\\5.11.0\\bin\\MSWin32-x86" /**/
+#define BIN_EXP "c:\\perl\\5.11.0\\bin\\MSWin32-x86" /**/
/*#define PERL_RELOCATABLE_INC "" /**/
/* INTSIZE:
@@ -4019,8 +4019,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.10.0\\lib" /**/
-#define PRIVLIB_EXP (win32_get_privlib("5.10.0")) /**/
+#define PRIVLIB "c:\\perl\\5.11.0\\lib" /**/
+#define PRIVLIB_EXP (win32_get_privlib("5.11.0")) /**/
/* CAN_PROTOTYPE:
* If defined, this macro indicates that the C compiler can handle
@@ -4154,7 +4154,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.10.0\\lib\\MSWin32-x86" /**/
+#define SITEARCH "c:\\perl\\site\\5.11.0\\lib\\MSWin32-x86" /**/
/*#define SITEARCH_EXP "" /**/
/* SITELIB:
@@ -4177,8 +4177,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.10.0\\lib" /**/
-#define SITELIB_EXP (win32_get_sitelib("5.10.0")) /**/
+#define SITELIB "c:\\perl\\site\\5.11.0\\lib" /**/
+#define SITELIB_EXP (win32_get_sitelib("5.11.0")) /**/
#define SITELIB_STEM "" /**/
/* Size_t_size:
diff --git a/win32/makefile.mk b/win32/makefile.mk
index 37c1cca288..7c12979477 100644
--- a/win32/makefile.mk
+++ b/win32/makefile.mk
@@ -34,7 +34,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.10.0
+#INST_VER *= \5.11.0
#
# Comment this out if you DON'T want your perl installation to have