diff options
author | Nicholas Clark <nick@ccl4.org> | 2007-12-19 13:48:45 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2007-12-19 13:48:45 +0000 |
commit | 4eeeaff6ef21db94b76b8e8b5acd5213781c1c82 (patch) | |
tree | c59df6501618e6bd504466ef6773f1599df1c152 /win32/config_H.gc | |
parent | 270d01deff14e4ea748c5bb85eedf866008d06f7 (diff) | |
download | perl-4eeeaff6ef21db94b76b8e8b5acd5213781c1c82.tar.gz |
Bump the version number to 5.11.0
p4raw-id: //depot/perl@32646
Diffstat (limited to 'win32/config_H.gc')
-rw-r--r-- | win32/config_H.gc | 16 |
1 files changed, 8 insertions, 8 deletions
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: |