From 56a89353f5b8fc192aa1f98c713b302ac3f8f0f2 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Mon, 9 Oct 2006 10:11:09 +0000 Subject: Bump version to 5.9.5 p4raw-id: //depot/perl@28969 --- win32/Makefile | 2 +- win32/Makefile.ce | 2 +- win32/config_H.bc | 16 ++++++++-------- win32/config_H.ce | 4 ++-- win32/config_H.gc | 16 ++++++++-------- win32/config_H.vc | 16 ++++++++-------- win32/config_H.vc64 | 16 ++++++++-------- win32/makefile.mk | 2 +- 8 files changed, 37 insertions(+), 37 deletions(-) (limited to 'win32') diff --git a/win32/Makefile b/win32/Makefile index b14f3118c7..bce6105ced 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.9.4 +#INST_VER = \5.9.5 # # Comment this out if you DON'T want your perl installation to have diff --git a/win32/Makefile.ce b/win32/Makefile.ce index cf65e8425d..7ee6830b31 100644 --- a/win32/Makefile.ce +++ b/win32/Makefile.ce @@ -6,7 +6,7 @@ SRCDIR = .. PV = 59 -INST_VER = 5.9.4 +INST_VER = 5.9.5 # 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 852fda8db7..fc0b415018 100644 --- a/win32/config_H.bc +++ b/win32/config_H.bc @@ -944,7 +944,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.9.4\\lib\\MSWin32-x86" /**/ +#define ARCHLIB "c:\\perl\\5.9.5\\lib\\MSWin32-x86" /**/ /*#define ARCHLIB_EXP "" /**/ /* ARCHNAME: @@ -979,8 +979,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.9.4\\bin\\MSWin32-x86" /**/ -#define BIN_EXP "c:\\perl\\5.9.4\\bin\\MSWin32-x86" /**/ +#define BIN "c:\\perl\\5.9.5\\bin\\MSWin32-x86" /**/ +#define BIN_EXP "c:\\perl\\5.9.5\\bin\\MSWin32-x86" /**/ /*#define PERL_RELOCATABLE_INC "" /**/ /* INTSIZE: @@ -3996,8 +3996,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.9.4\\lib" /**/ -#define PRIVLIB_EXP (win32_get_privlib("5.9.4")) /**/ +#define PRIVLIB "c:\\perl\\5.9.5\\lib" /**/ +#define PRIVLIB_EXP (win32_get_privlib("5.9.5")) /**/ /* CAN_PROTOTYPE: * If defined, this macro indicates that the C compiler can handle @@ -4131,7 +4131,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.9.4\\lib\\MSWin32-x86" /**/ +#define SITEARCH "c:\\perl\\site\\5.9.5\\lib\\MSWin32-x86" /**/ /*#define SITEARCH_EXP "" /**/ /* SITELIB: @@ -4154,8 +4154,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.9.4\\lib" /**/ -#define SITELIB_EXP (win32_get_sitelib("5.9.4")) /**/ +#define SITELIB "c:\\perl\\site\\5.9.5\\lib" /**/ +#define SITELIB_EXP (win32_get_sitelib("5.9.5")) /**/ #define SITELIB_STEM "" /**/ /* Size_t_size: diff --git a/win32/config_H.ce b/win32/config_H.ce index 4fecfa8309..3a38692344 100644 --- a/win32/config_H.ce +++ b/win32/config_H.ce @@ -3341,7 +3341,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.9.4")) /**/ +#define PRIVLIB_EXP (win32_get_privlib("5.9.5")) /**/ /* PTRSIZE: * This symbol contains the size of a pointer, so that the C preprocessor @@ -3472,7 +3472,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.9.4")) /**/ +#define SITELIB_EXP (win32_get_sitelib("5.9.5")) /**/ #define SITELIB_STEM "" /**/ /* Size_t_size: diff --git a/win32/config_H.gc b/win32/config_H.gc index 8834bc5ee1..d22a0b03ef 100644 --- a/win32/config_H.gc +++ b/win32/config_H.gc @@ -944,7 +944,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.9.4\\lib\\MSWin32-x86" /**/ +#define ARCHLIB "c:\\perl\\5.9.5\\lib\\MSWin32-x86" /**/ /*#define ARCHLIB_EXP "" /**/ /* ARCHNAME: @@ -979,8 +979,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.9.4\\bin\\MSWin32-x86" /**/ -#define BIN_EXP "c:\\perl\\5.9.4\\bin\\MSWin32-x86" /**/ +#define BIN "c:\\perl\\5.9.5\\bin\\MSWin32-x86" /**/ +#define BIN_EXP "c:\\perl\\5.9.5\\bin\\MSWin32-x86" /**/ /*#define PERL_RELOCATABLE_INC "" /**/ /* INTSIZE: @@ -4026,8 +4026,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.9.4\\lib" /**/ -#define PRIVLIB_EXP (win32_get_privlib("5.9.4")) /**/ +#define PRIVLIB "c:\\perl\\5.9.5\\lib" /**/ +#define PRIVLIB_EXP (win32_get_privlib("5.9.5")) /**/ /* CAN_PROTOTYPE: * If defined, this macro indicates that the C compiler can handle @@ -4161,7 +4161,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.9.4\\lib\\MSWin32-x86" /**/ +#define SITEARCH "c:\\perl\\site\\5.9.5\\lib\\MSWin32-x86" /**/ /*#define SITEARCH_EXP "" /**/ /* SITELIB: @@ -4184,8 +4184,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.9.4\\lib" /**/ -#define SITELIB_EXP (win32_get_sitelib("5.9.4")) /**/ +#define SITELIB "c:\\perl\\site\\5.9.5\\lib" /**/ +#define SITELIB_EXP (win32_get_sitelib("5.9.5")) /**/ #define SITELIB_STEM "" /**/ /* Size_t_size: diff --git a/win32/config_H.vc b/win32/config_H.vc index 63cc182636..f1d234f3fe 100644 --- a/win32/config_H.vc +++ b/win32/config_H.vc @@ -944,7 +944,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.9.4\\lib\\MSWin32-x86" /**/ +#define ARCHLIB "c:\\perl\\5.9.5\\lib\\MSWin32-x86" /**/ /*#define ARCHLIB_EXP "" /**/ /* ARCHNAME: @@ -979,8 +979,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.9.4\\bin\\MSWin32-x86" /**/ -#define BIN_EXP "c:\\perl\\5.9.4\\bin\\MSWin32-x86" /**/ +#define BIN "c:\\perl\\5.9.5\\bin\\MSWin32-x86" /**/ +#define BIN_EXP "c:\\perl\\5.9.5\\bin\\MSWin32-x86" /**/ /*#define PERL_RELOCATABLE_INC "" /**/ /* INTSIZE: @@ -4022,8 +4022,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.9.4\\lib" /**/ -#define PRIVLIB_EXP (win32_get_privlib("5.9.4")) /**/ +#define PRIVLIB "c:\\perl\\5.9.5\\lib" /**/ +#define PRIVLIB_EXP (win32_get_privlib("5.9.5")) /**/ /* CAN_PROTOTYPE: * If defined, this macro indicates that the C compiler can handle @@ -4157,7 +4157,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.9.4\\lib\\MSWin32-x86" /**/ +#define SITEARCH "c:\\perl\\site\\5.9.5\\lib\\MSWin32-x86" /**/ /*#define SITEARCH_EXP "" /**/ /* SITELIB: @@ -4180,8 +4180,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.9.4\\lib" /**/ -#define SITELIB_EXP (win32_get_sitelib("5.9.4")) /**/ +#define SITELIB "c:\\perl\\site\\5.9.5\\lib" /**/ +#define SITELIB_EXP (win32_get_sitelib("5.9.5")) /**/ #define SITELIB_STEM "" /**/ /* Size_t_size: diff --git a/win32/config_H.vc64 b/win32/config_H.vc64 index 4238cca07d..298fe418fb 100644 --- a/win32/config_H.vc64 +++ b/win32/config_H.vc64 @@ -944,7 +944,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.9.4\\lib\\MSWin32-x86" /**/ +#define ARCHLIB "c:\\perl\\5.9.5\\lib\\MSWin32-x86" /**/ /*#define ARCHLIB_EXP "" /**/ /* ARCHNAME: @@ -979,8 +979,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.9.4\\bin\\MSWin32-x86" /**/ -#define BIN_EXP "c:\\perl\\5.9.4\\bin\\MSWin32-x86" /**/ +#define BIN "c:\\perl\\5.9.5\\bin\\MSWin32-x86" /**/ +#define BIN_EXP "c:\\perl\\5.9.5\\bin\\MSWin32-x86" /**/ /*#define PERL_RELOCATABLE_INC "" /**/ /* INTSIZE: @@ -3996,8 +3996,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.9.4\\lib" /**/ -#define PRIVLIB_EXP (win32_get_privlib("5.9.4")) /**/ +#define PRIVLIB "c:\\perl\\5.9.5\\lib" /**/ +#define PRIVLIB_EXP (win32_get_privlib("5.9.5")) /**/ /* CAN_PROTOTYPE: * If defined, this macro indicates that the C compiler can handle @@ -4131,7 +4131,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.9.4\\lib\\MSWin32-x86" /**/ +#define SITEARCH "c:\\perl\\site\\5.9.5\\lib\\MSWin32-x86" /**/ /*#define SITEARCH_EXP "" /**/ /* SITELIB: @@ -4154,8 +4154,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.9.4\\lib" /**/ -#define SITELIB_EXP (win32_get_sitelib("5.9.4")) /**/ +#define SITELIB "c:\\perl\\site\\5.9.5\\lib" /**/ +#define SITELIB_EXP (win32_get_sitelib("5.9.5")) /**/ #define SITELIB_STEM "" /**/ /* Size_t_size: diff --git a/win32/makefile.mk b/win32/makefile.mk index bf05fc22e8..fd33135fb6 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.9.4 +#INST_VER *= \5.9.5 # # Comment this out if you DON'T want your perl installation to have -- cgit v1.2.1