diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-08-08 23:06:00 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-08-08 23:06:00 +0000 |
commit | 33938b7370f825af073cea6d9fadf7e82857ec9c (patch) | |
tree | f66c71f50ff9609bd14e008aa1f2033cbc964cf9 /win32/config_H.gc | |
parent | 69cc184b71d2368b981feb90a3ed26718963ec67 (diff) | |
download | perl-33938b7370f825af073cea6d9fadf7e82857ec9c.tar.gz |
bump patchlevel to 5.005_51
p4raw-id: //depot/perl@1772
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 208eee92b3..e158822388 100644 --- a/win32/config_H.gc +++ b/win32/config_H.gc @@ -34,8 +34,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.00550\\bin\\MSWin32-x86" /**/ -#define BIN_EXP "c:\\perl\\5.00550\\bin\\MSWin32-x86" /**/ +#define BIN "c:\\perl\\5.00551\\bin\\MSWin32-x86" /**/ +#define BIN_EXP "c:\\perl\\5.00551\\bin\\MSWin32-x86" /**/ /* CPPSTDIN: * This symbol contains the first part of the string which will invoke @@ -1829,7 +1829,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.00550\\lib\\MSWin32-x86" /**/ +#define ARCHLIB "c:\\perl\\5.00551\\lib\\MSWin32-x86" /**/ /*#define ARCHLIB_EXP "" /**/ /* DLSYM_NEEDS_UNDERSCORE: @@ -1875,8 +1875,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.00550\\lib" /**/ -#define PRIVLIB_EXP (win32_get_privlib("5.00550")) /**/ +#define PRIVLIB "c:\\perl\\5.00551\\lib" /**/ +#define PRIVLIB_EXP (win32_get_privlib("5.00551")) /**/ /* SITEARCH: * This symbol contains the name of the private library for this package. @@ -1891,7 +1891,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.00550\\lib\\MSWin32-x86" /**/ +#define SITEARCH "c:\\perl\\site\\5.00551\\lib\\MSWin32-x86" /**/ /*#define SITEARCH_EXP "" /**/ /* SITELIB: @@ -1907,8 +1907,8 @@ * This symbol contains the ~name expanded version of SITELIB, to be used * in programs that are not prepared to deal with ~ expansion at run-time. */ -#define SITELIB "c:\\perl\\site\\5.00550\\lib" /**/ -#define SITELIB_EXP (win32_get_sitelib("5.00550")) /**/ +#define SITELIB "c:\\perl\\site\\5.00551\\lib" /**/ +#define SITELIB_EXP (win32_get_sitelib("5.00551")) /**/ /* STARTPERL: * This variable contains the string to put in front of a perl |